diff --git a/crx2rnx/Cargo.toml b/crx2rnx/Cargo.toml index ea4d73415..25c426862 100644 --- a/crx2rnx/Cargo.toml +++ b/crx2rnx/Cargo.toml @@ -12,4 +12,4 @@ readme = "README.md" [dependencies] clap = { version = "4", features = ["derive", "color"] } -rinex = { path = "../rinex", features = ["serde"] } +rinex = { version = "0.13.1", features = ["serde"] } diff --git a/rinex/Cargo.toml b/rinex/Cargo.toml index 589712238..6fd1f84f8 100644 --- a/rinex/Cargo.toml +++ b/rinex/Cargo.toml @@ -47,7 +47,7 @@ serde = { version = "1.0", optional = true, default-features = false, features = flate2 = { version = "1.0.24", optional = true, default-features = false, features = ["zlib"] } hifitime = { version = "3.8", features = ["serde", "std"] } horrorshow = { version = "0.8", optional = true } -rinex-qc-traits = { path = "../qc-traits", optional = true } +rinex-qc-traits = { version = "0.1", optional = true } [dev-dependencies] serde_json = "1" diff --git a/rnx2crx/Cargo.toml b/rnx2crx/Cargo.toml index fc8f6ab18..94aec518b 100644 --- a/rnx2crx/Cargo.toml +++ b/rnx2crx/Cargo.toml @@ -15,4 +15,4 @@ readme = "README.md" chrono = "0.4" thiserror = "1" clap = { version = "4", features = ["derive", "color"] } -rinex = { path = "../rinex", features = ["serde"] } +rinex = { version = "0.13.1", features = ["serde"] } diff --git a/sinex/Cargo.toml b/sinex/Cargo.toml index 0bb5ffcdd..5ecda4fa5 100644 --- a/sinex/Cargo.toml +++ b/sinex/Cargo.toml @@ -20,4 +20,4 @@ chrono = "0.4" thiserror = "1" strum = { version = "0.25", features = ["derive"] } strum_macros = "0.25" -rinex = { path = "../rinex", features = ["serde"] } +rinex = { version = "0.13.1", features = ["serde"] }