We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb681c commit 1c6b590Copy full SHA for 1c6b590
Cargo.toml
@@ -42,6 +42,6 @@ nalgebra = "0.33"
42
itertools = "0.14"
43
polyfit-rs = "0.2"
44
gnss-rs = "2.4.0"
45
-hifitime = { version = "4.1.0", features = ["serde", "std"] }
46
anise = "0.6"
+hifitime = { version = "4.1", features = ["serde", "std"] }
47
serde = { version = "1", optional = true, default-features = false, features = ["derive"] }
0 commit comments