Skip to content

Commit ca0c5a4

Browse files
committed
Upgrade to latest rinex lib
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent a13c002 commit ca0c5a4

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

Cargo.toml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,20 @@ thiserror = "2"
3535
strum = "0.26"
3636
strum_macros = "0.26"
3737
itertools = "0.13.0"
38-
serde = { version = "1.0", default-features = false, features = ["derive"] }
39-
4038
map_3d = "0.1.5"
39+
serde = { version = "1.0", default-features = false, features = ["derive"] }
4140

4241
hifitime = "4.0"
4342
anise = { version = "0.5.3", features = ["embed_ephem"] }
44-
gnss-rs = { version = "2.3.1", features = ["serde"] }
45-
46-
gnss-qc-traits = { version = "0.0.2", features = ["processing"] }
47-
# gnss-qc-traits = { path = "../traits", version = "=0.0.1", features = ["processing"] }
43+
gnss-rs = { version = "2.3.3", features = ["serde"] }
44+
gnss-qc-traits = { version = "0.1.0", features = ["processing"] }
4845

4946
maud = "0.26"
50-
5147
plotly = "0.9"
52-
# plotly = { path = "../../plotly-rs/plotly" }
53-
# plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"}
5448

55-
# RINEX lib
56-
rinex = { git = "https://github.com/georust/rinex", branch = "rinex-backend", features = ["full"] }
49+
rinex = { git = "https://github.com/georust/rinex", branch = "main", features = ["qc", "processing", "obs", "clock", "nav", "ionex", "serde"] }
5750

58-
# SP3 lib
59-
sp3 = { git = "https://github.com/georust/rinex", branch = "rinex-backend", features = ["qc", "processing", "serde"], optional = true }
51+
sp3 = { git = "https://github.com/georust/rinex", branch = "main", features = ["qc", "processing", "serde"], optional = true }
6052

6153
[dev-dependencies]
6254
serde_json = "1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_logo_url = "https://raw.githubusercontent.com/georust/meta/master/logo/logo.png")]
1+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rtk-rs/.github/master/logos/logo2.jpg")]
22
#![doc = include_str!("../README.md")]
33
#![cfg_attr(docsrs, feature(doc_cfg))]
44

0 commit comments

Comments
 (0)