Skip to content

Commit 1455e3a

Browse files
authored
Update hifitime + gnss-rs (#80)
* Update hifitime + gnss-rs --------- Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
1 parent cb30044 commit 1455e3a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Cargo.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,10 @@ env_logger = "0.11"
3838
[dependencies]
3939
log = "0.4"
4040
thiserror = "2"
41-
map_3d = "0.1.5"
42-
polyfit-rs = "0.2"
4341
nalgebra = "0.33"
4442
itertools = "0.14"
45-
43+
polyfit-rs = "0.2"
44+
gnss-rs = "2.4.0"
45+
hifitime = { version = "4.1.0", features = ["serde", "std"] }
46+
anise = { git = "https://github.com/nyx-space/anise", branch = "dep/hifitime_4_1_0" }
4647
serde = { version = "1", optional = true, default-features = false, features = ["derive"] }
47-
48-
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main" }
49-
50-
anise = { git = "https://github.com/nyx-space/anise", branch = "dep/hifitime-github" }
51-
hifitime = { git = "https://github.com/nyx-space/hifitime", branch = "master", features = ["serde", "std"] }

0 commit comments

Comments
 (0)