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 03aade6 commit dc0602bCopy full SHA for dc0602b
Cargo.toml
@@ -41,7 +41,7 @@ log = { version = "0.4", optional = true }
41
polyfit-rs = { version = "0.2", optional = true }
42
serde = { version = "1.0", optional = true, features = ["derive"] }
43
44
-gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "dep/hifitime", features = ["serde"] }
+gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
45
hifitime = { git = "https://github.com/nyx-space/hifitime", branch = "master", features = ["serde", "std"] }
46
47
[dev-dependencies]
0 commit comments