From bd5f7eb9f5885c5250b131a4060352b230c190c7 Mon Sep 17 00:00:00 2001 From: Christopher Rabotin Date: Sun, 10 Dec 2023 21:17:59 -0700 Subject: [PATCH] Update crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 887415a..38ad281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hifitime" -version = "3.8.5" +version = "3.8.6" authors = ["Christopher Rabotin "] description = "Ultra-precise date and time handling in Rust for scientific applications with leap second support" homepage = "https://nyxspace.com/"