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 2, 2025
1 parent 41eaffd commit 99059ed
Show file tree
Hide file tree
Showing 6 changed files with 7 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-alpha", features = ["serde", "std"] }
hifitime = { version = "4.0.0", features = ["serde", "std"] }

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

[dependencies]
thiserror = "1"
hifitime = { version = "4.0.0-beta", optional = true }
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 }
4 changes: 2 additions & 2 deletions rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ plotly = "0.9"
# plotly = { path = "../../plotly-rs/plotly" }
# plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo" }

anise = { version = "=0.5.0", features = ["embed_ephem"] }
hifitime = { version = "4.0.0-beta", features = ["serde", "std"] }
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"] }
Expand Down
2 changes: 1 addition & 1 deletion rinex-qc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ plotly = "0.9"
# plotly = { path = "../../plotly-rs/plotly" }
# plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"}

hifitime = "4.0.0-beta"
hifitime = "4.0.0"

# gnss-rs = { version = "2.2.3", features = ["serde"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ wkt = { version = "0.10.0", default-features = false, optional = true }

anise = { version = "0.5.0", optional = true }
nalgebra = { version = "0.33.0", optional = true }
hifitime = { version = "4.0.0-beta", features = ["serde", "std"] }
hifitime = { version = "4.0.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
2 changes: 1 addition & 1 deletion sp3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
thiserror = "1"
map_3d = "0.1.5"
itertools = "0.13.0"
hifitime = "4.0.0-beta"
hifitime = "4.0.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"] }
Expand Down

0 comments on commit 99059ed

Please sign in to comment.