Skip to content

Commit

Permalink
upgrade (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres authored Aug 27, 2024
1 parent 04520dd commit 2fb1ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gnss-rtk"
version = "0.7.2"
version = "0.7.3"
license = "MPL-2.0"
authors = ["Guillaume W. Bres <[email protected]>"]
description = "GNSS position solver"
Expand All @@ -27,7 +27,7 @@ polyfit-rs = "0.2"
nalgebra = "0.32.3"
itertools = "0.13.0"
nyx-space = "2.0.0-rc"
gnss-rs = { version = "2.2.3" }
gnss-rs = { version = "2.2.4" }
anise = { version = "0.4.2", features = ["embed_ephem"] }
hifitime = { version = "4.0.0-alpha", features = ["std"] }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }

0 comments on commit 2fb1ef7

Please sign in to comment.