Skip to content

Commit

Permalink
v0.5: introduce ANISE (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres authored Jul 28, 2024
1 parent 1e21af1 commit c9bf58a
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.4.5"
version = "0.5.0"
license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <[email protected]>"]
description = "GNSS position solver"
Expand All @@ -20,7 +20,7 @@ nalgebra = "0.32.3"
itertools = "0.12.0"

nyx-space = "2.0.0-rc"
gnss-rs = { version = "2.2.0", features = ["serde"] }
gnss-rs = { version = "2.2.1", features = ["serde"] }
anise = { version = "0.4.2", features = ["embed_ephem"] }
hifitime = { version = "4.0.0-alpha", features = ["serde", "std"] }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }

0 comments on commit c9bf58a

Please sign in to comment.