From 70717a3ed9262f15270f7e74f246dac47626c8f2 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Thu, 27 Jun 2024 08:05:27 +0200 Subject: [PATCH] upgrade to hifitime-4-alpha Signed-off-by: Guillaume W. Bres --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e42a2f7..7c7588d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] } [dependencies] thiserror = "1" lazy_static = "1.4" -hifitime = { git = "https://github.com/nyx-space/hifitime.git", branch = "master" } +hifitime = "4.0.0-alpha" geo = { version = "0.26", optional = true } wkt = { version = "0.10.0", default-features = false, optional = true } serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }