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 f7170e9 commit 39b5c1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion binex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ md-5 = "0.10"
thiserror = "1"
lazy_static = "1.4"
flate2 = { version = "1.0.34", optional = true }
hifitime = { version = "4.0.0", features = ["serde", "std"] }
hifitime = { version = "4.0", features = ["serde", "std"] }

[dev-dependencies]
criterion = "0.5.1"
Expand Down
6 changes: 2 additions & 4 deletions qc-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]

[dependencies]
thiserror = "1"
hifitime = { version = "4.0.0", optional = true }

# gnss-rs = { version = "2.2.3", features = ["serde", "domes", "cospar"], optional = true }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde", "domes", "cospar"], optional = true }
hifitime = { version = "4.0", optional = true }
gnss-rs = { version = "2.3.1", features = ["serde", "domes", "cospar"], optional = true }
2 changes: 0 additions & 2 deletions sp3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ 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.3.1", features = ["serde"] }
# gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }

[dev-dependencies]

0 comments on commit 39b5c1d

Please sign in to comment.