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 6390e17 commit 91660c4Copy full SHA for 91660c4
Cargo.toml
@@ -139,8 +139,8 @@ flate2 = { version = "1", optional = true }
139
anise = { version = "0.5.3", optional = true }
140
nalgebra = { version = "0.33.0", optional = true }
141
hifitime = { version = "4.0.0", features = ["serde", "std"] }
142
-gnss-rs = { version = "2.3.3", features = ["serde", "domes", "cospar"] }
143
-gnss-qc-traits = { version = "0.1.0", features = ["html"], optional = true }
+gnss-rs = { version = "2.3.5", features = ["serde", "domes", "cospar"] }
+gnss-qc-traits = { git = "https://github.com/rtk-rs/qc-traits", features = ["html"], optional = true }
144
145
maud = { version = "0.26", optional = true }
146
0 commit comments