diff --git a/rinex-cli/Cargo.toml b/rinex-cli/Cargo.toml index 47dbf74bf..c4ec943e1 100644 --- a/rinex-cli/Cargo.toml +++ b/rinex-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rinex-cli" -version = "0.10.0" +version = "0.10.1" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "Command line tool parse and analyze RINEX data" @@ -32,7 +32,7 @@ clap = { version = "4.4.11", features = ["derive", "color"] } hifitime = { version = "3.8.4", features = ["serde", "std"] } gnss-rs = { version = "2.1.2" , features = ["serde"] } rinex = { path = "../rinex", version = "=0.15.4", features = ["full"] } -rinex-qc = { path = "../rinex-qc", version = "=0.1.8", features = ["serde"] } +rinex-qc = { path = "../rinex-qc", version = "=0.1.9", features = ["serde"] } sp3 = { path = "../sp3", version = "=1.0.6", features = ["serde", "flate2"] } serde = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/rinex-qc/Cargo.toml b/rinex-qc/Cargo.toml index 26245d931..d2b88b37c 100644 --- a/rinex-qc/Cargo.toml +++ b/rinex-qc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rinex-qc" -version = "0.1.8" +version = "0.1.9" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "RINEX data analysis"