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 39b5c1d commit 03d6a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions rinex-qc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ thiserror = "1"
strum = "0.26"
itertools = "0.13.0"
strum_macros = "0.26"
hifitime = "4.0"
anise = { version = "0.5.2", features = ["embed_ephem"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }

Expand All @@ -46,8 +47,6 @@ plotly = "0.9"
# plotly = { path = "../../plotly-rs/plotly" }
# plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"}

hifitime = "4.0"

gnss-rs = { version = "2.3.1", features = ["serde"] }

rinex = { path = "../rinex", version = "=0.17.0-alpha-1", features = ["full"] }
Expand Down
4 changes: 1 addition & 3 deletions rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ wkt = { version = "0.10.0", default-features = false, optional = true }
anise = { version = "0.5.2", optional = true }
nalgebra = { version = "0.33.0", optional = true }
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"] }
gnss-rs = { version = "2.2.3", features = ["serde", "domes", "cospar"] }

# RINEX QC dedicated traits
maud = { version = "0.26", optional = true }
Expand Down

0 comments on commit 03d6a49

Please sign in to comment.