We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca0c22 commit f75d00cCopy full SHA for f75d00c
cggtts/Cargo.toml
@@ -22,9 +22,12 @@ scan_fmt = "0.1"
22
strum = "0.26.3"
23
itertools = "0.13.0"
24
strum_macros = "0.23.0"
25
-gnss-rs = { version = "2.2.4", features = ["serde"] }
26
serde = { version = "1.0", optional = true, features = ["derive"] }
27
-hifitime = { version = "4.0.0-alpha", features = ["serde", "std"] }
+
+hifitime = { version = "4.0.0-beta", features = ["serde", "std"] }
28
29
+# gnss-rs = { version = "2.2.4", features = ["serde"] }
30
+gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
31
32
# track scheduling
33
polyfit-rs = { version = "0.2.1", optional = true }
0 commit comments