We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4f1d6 commit 1c7435bCopy full SHA for 1c7435b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "gnss-rtk"
3
-version = "0.7.4"
+version = "0.7.5"
4
license = "MPL-2.0"
5
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
6
description = "GNSS position solver"
@@ -25,7 +25,7 @@ log = "0.4"
25
thiserror = "2"
26
polyfit-rs = "0.2"
27
nalgebra = "0.33"
28
-itertools = "0.13"
+itertools = "0.14"
29
hifitime = { version = "4.0", features = ["std"] }
30
anise = { version = "0.5.2", features = ["embed_ephem"] }
31
map_3d = "0.1.5"
0 commit comments