From 99059ed09c3c4113ce57cfd695f199f1f27bac24 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Thu, 2 Jan 2025 14:28:40 +0100 Subject: [PATCH] up Signed-off-by: Guillaume W. Bres --- binex/Cargo.toml | 2 +- qc-traits/Cargo.toml | 2 +- rinex-cli/Cargo.toml | 4 ++-- rinex-qc/Cargo.toml | 2 +- rinex/Cargo.toml | 2 +- sp3/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/binex/Cargo.toml b/binex/Cargo.toml index ece22b3a4..f888da060 100644 --- a/binex/Cargo.toml +++ b/binex/Cargo.toml @@ -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" diff --git a/qc-traits/Cargo.toml b/qc-traits/Cargo.toml index e725255ab..0fdbb306f 100644 --- a/qc-traits/Cargo.toml +++ b/qc-traits/Cargo.toml @@ -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 } diff --git a/rinex-cli/Cargo.toml b/rinex-cli/Cargo.toml index 737a0cba4..fd7766bc3 100644 --- a/rinex-cli/Cargo.toml +++ b/rinex-cli/Cargo.toml @@ -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"] } diff --git a/rinex-qc/Cargo.toml b/rinex-qc/Cargo.toml index 293d649de..c4998cfa4 100644 --- a/rinex-qc/Cargo.toml +++ b/rinex-qc/Cargo.toml @@ -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"] } diff --git a/rinex/Cargo.toml b/rinex/Cargo.toml index 816e97e3f..925e778fe 100644 --- a/rinex/Cargo.toml +++ b/rinex/Cargo.toml @@ -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"] } diff --git a/sp3/Cargo.toml b/sp3/Cargo.toml index c05bf6fee..799d7b14d 100644 --- a/sp3/Cargo.toml +++ b/sp3/Cargo.toml @@ -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"] }