Skip to content

Commit b3963b9

Browse files
authored
Update gnss-libs (#298)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent f429c0a commit b3963b9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

rinex/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,11 @@ flate2 = { version = "1", optional = true }
136136
anise = { version = "0.5.3", optional = true }
137137
nalgebra = { version = "0.33.0", optional = true }
138138
hifitime = { version = "4.0.0", features = ["serde", "std"] }
139-
gnss-rs = { version = "2.3.1", features = ["serde", "domes", "cospar"] }
139+
gnss-rs = { version = "2.3.3", features = ["serde", "domes", "cospar"] }
140+
gnss-qc-traits = { version = "0.1.0", features = ["html"], optional = true }
140141

141142
maud = { version = "0.26", optional = true }
142143

143-
gnss-qc-traits = { version = "0.0.1", features = ["html"], optional = true }
144-
# gnss-qc-traits = { path = "../../rtk-rs/gnss-qc/traits", version = "=0.0.1", features = ["html"], optional = true }
145-
146144
# BINEX (serdes)
147145
binex = { path = "../binex", version = "0.4.0", optional = true }
148146

sp3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ thiserror = "2"
3535
hifitime = "4.0"
3636
itertools = "0.14"
3737
anise = { version = "0.5.3", optional = true }
38-
gnss-rs = { version = "2.3.2", features = ["serde"] }
39-
gnss-qc-traits = { version = "0.0.2", optional = true }
38+
gnss-rs = { version = "2.3.3", features = ["serde"] }
39+
gnss-qc-traits = { version = "0.1.0", optional = true }
4040
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
4141
flate2 = { version = "1.0.35", optional = true, default-features = false, features = ["zlib"] }

0 commit comments

Comments
 (0)