Skip to content

Commit f77dc59

Browse files
authored
Merge pull request #2 from rtk-rs/update
Update to latest lib
2 parents a35cd1d + baae997 commit f77dc59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ thiserror = "2"
3535
hifitime = "4.0"
3636
itertools = "0.14"
3737
anise = { version = "0.5.3", optional = true }
38-
gnss-rs = { version = "2.3.3", features = ["serde"] }
39-
gnss-qc-traits = { version = "0.1.0", optional = true }
38+
gnss-rs = { version = "2.3.5", features = ["serde"] }
39+
gnss-qc-traits = { git = "https://github.com/rtk-rs/qc-traits", optional = true }
4040
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
4141
flate2 = { version = "1", optional = true, default-features = false, features = ["zlib"] }

0 commit comments

Comments
 (0)