Skip to content

Commit c9bf58a

Browse files
authored
v0.5: introduce ANISE (#22)
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
1 parent 1e21af1 commit c9bf58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gnss-rtk"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
66
description = "GNSS position solver"
@@ -20,7 +20,7 @@ nalgebra = "0.32.3"
2020
itertools = "0.12.0"
2121

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

0 commit comments

Comments
 (0)