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 18bd04f commit 863e471Copy full SHA for 863e471
Cargo.toml
@@ -37,4 +37,4 @@ html = [
37
thiserror = "2"
38
maud = { version = "0.26", optional = true }
39
hifitime = { git = "https://github.com/nyx-space/hifitime", branch = "master", optional = true }
40
-gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "dep/hifitime", features = ["serde", "domes", "cospar"], optional = true }
+gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde", "domes", "cospar"], optional = true }
0 commit comments