Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Jan 3, 2025
1 parent 99059ed commit f7170e9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
5 changes: 2 additions & 3 deletions rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ plotly = "0.9"
anise = { version = "0.5.0", features = ["embed_ephem"] }
hifitime = { version = "4.0.0", features = ["serde", "std"] }

# gnss-rs = { version = "2.2.3", features = ["serde"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
gnss-rs = { version = "2.3.1", features = ["serde"] }

# gnss-rtk = { version = "=0.7.4", features = ["serde"] }
# gnss-rtk = { path = "../../rtk-rs/gnss-rtk", features = ["serde"] }
gnss-rtk = { git = "https://github.com/rtk-rs/gnss-rtk", branch = "main", features = ["serde"] }

cggtts = { version = "4.1.6", features = ["serde", "scheduler"], optional = true }
cggtts = { version = "4.2.0", features = ["serde", "scheduler"], optional = true }
# cggtts = { path = "../../cggtts/cggtts", features = ["serde", "scheduler"], optional = true }
# cggtts = { git = "https://github.com/gwbres/cggtts", branch = "main", features = ["serde", "scheduler"], optional = true }

Expand Down
7 changes: 3 additions & 4 deletions rinex-qc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ thiserror = "1"
strum = "0.26"
itertools = "0.13.0"
strum_macros = "0.26"
anise = { version = "0.5.0", features = ["embed_ephem"] }
anise = { version = "0.5.2", features = ["embed_ephem"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }

statrs = { version = "0.16", optional = true }
Expand All @@ -46,10 +46,9 @@ plotly = "0.9"
# plotly = { path = "../../plotly-rs/plotly" }
# plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"}

hifitime = "4.0.0"
hifitime = "4.0"

# gnss-rs = { version = "2.2.3", features = ["serde"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
gnss-rs = { version = "2.3.1", features = ["serde"] }

rinex = { path = "../rinex", version = "=0.17.0-alpha-1", features = ["full"] }
rinex-qc-traits = { path = "../qc-traits", version = "=0.2.0", features = ["processing"] }
Expand Down
4 changes: 2 additions & 2 deletions rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ flate2 = { version = "1.0.24", optional = true, default-features = false, featur
geo = { version = "0.28", optional = true }
wkt = { version = "0.10.0", default-features = false, optional = true }

anise = { version = "0.5.0", optional = true }
anise = { version = "0.5.2", optional = true }
nalgebra = { version = "0.33.0", optional = true }
hifitime = { version = "4.0.0", features = ["serde", "std"] }
hifitime = { version = "4.0", features = ["serde", "std"] }

# gnss-rs = { version = "2.2.3", features = ["serde", "domes", "cospar"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde", "domes", "cospar"] }
Expand Down
4 changes: 1 addition & 3 deletions sinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ chrono = "0.4"
thiserror = "1"
strum_macros = "0.26"
strum = { version = "0.26", features = ["derive"] }

# gnss-rs = { version = "2.2.3", features = ["serde"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
gnss-rs = { version = "2.3.1", features = ["serde"] }
6 changes: 3 additions & 3 deletions sp3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
thiserror = "1"
map_3d = "0.1.5"
itertools = "0.13.0"
hifitime = "4.0.0"
hifitime = "4.0"
rinex-qc-traits = { path = "../qc-traits", version = "=0.2", optional = true }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
flate2 = { version = "1.0.24", optional = true, default-features = false, features = ["zlib"] }

# gnss-rs = { version = "2.2.3", features = ["serde"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
gnss-rs = { version = "2.3.1", features = ["serde"] }
# gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }

[dev-dependencies]
4 changes: 1 addition & 3 deletions ublox-rnx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ thiserror = "1"
serde_json = "1.0"
serialport = "4.2.0"
ublox = "0.4.4"
gnss-rs = { version = "2.3.1", features = ["serde"] }
clap = { version = "4.4.10", features = ["derive", "color"] }
rinex = { path = "../rinex", version = "=0.17.0-alpha-1", features = ["serde", "nav", "obs", "clock"] }

# gnss-rs = { version = "2.2.3", features = ["serde"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }

0 comments on commit f7170e9

Please sign in to comment.