Skip to content

Commit

Permalink
Update dependencies (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres authored Nov 26, 2024
1 parent cae8c95 commit 99f5a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ log = "0.4"
thiserror = "2"
polyfit-rs = "0.2"
nalgebra = "=0.32.3"
itertools = "0.13.0"
itertools = "0.13"
nyx-space = "2.0.0-rc"
anise = { version = "=0.4.2", features = ["embed_ephem"] }
hifitime = { version = "4.0.0-beta", features = ["std"] }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
hifitime = { version = "4.0", features = ["std"] }
serde = { version = "1", optional = true, default-features = false, features = ["derive"] }

# gnss-rs = { version = "2.2.4" }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main" }

0 comments on commit 99f5a3a

Please sign in to comment.