From 5100c6c7a6836c0189d32d371e73f162b8b0d169 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Fri, 5 Jan 2024 07:59:18 +0100 Subject: [PATCH] bump hifitime to v3.9.0 Signed-off-by: Guillaume W. Bres --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c2dde46..f5d5655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gnss-rs" -version = "2.1.2" +version = "2.1.3" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "GNSS constellations and space vehicles support" @@ -25,7 +25,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] } [dependencies] thiserror = "1" -hifitime = "3.8.4" +hifitime = "3.9.0" lazy_static = "1.4" geo = { version = "0.26", optional = true } wkt = { version = "0.10.0", default-features = false, optional = true }