From e3df1de0fc2b6e0f23e3e81829dd962334564ea8 Mon Sep 17 00:00:00 2001 From: Christopher Rabotin Date: Sat, 30 Dec 2023 15:30:47 -0700 Subject: [PATCH] Version bump to 3.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b2e412..7fe0a18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hifitime" -version = "3.8.7" +version = "3.9.0" authors = ["Christopher Rabotin "] description = "Ultra-precise date and time handling in Rust for scientific applications with leap second support" homepage = "https://nyxspace.com/"