Skip to content

Commit 06a9620

Browse files
authored
Update libs (#18)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 84aa46a commit 06a9620

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ flate2 = "1"
1616
thiserror = "2"
1717
itertools = "0.14"
1818
serialport = "4.2"
19+
hifitime = "4.1"
20+
gnss-rs = "2.4"
1921

2022
log = "0.4"
2123
env_logger = "0.11"
@@ -26,11 +28,8 @@ clap = { version = "4.4.10", features = ["derive", "color"] }
2628
serde = "1"
2729
serde_json = "1"
2830

29-
hifitime = { git = "https://github.com/nyx-space/hifitime", branch = "master" }
30-
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
31-
3231
# ublox = "0.4.5"
33-
ublox = { git = "https://github.com/ublox-rs/ublox", branch = "master", default-features = false, features = ["std", "ubx_proto31"] }
32+
ublox = { git = "https://github.com/ublox-rs/ublox", rev = "2fa6761b2ccd4344326ad55f0dadc5965e06e957", features = ["std", "ubx_proto23"] }
3433

3534
# rinex = { version = "0.17.0", features = ["nav", "obs"] }
3635
rinex = { git = "https://github.com/rtk-rs/rinex", branch = "main", features = ["nav", "obs"] }

0 commit comments

Comments
 (0)