Skip to content

Commit

Permalink
move to fixed version
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Sep 14, 2023
1 parent 6eb6e0b commit 2d4524e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crx2rnx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rnx2crx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion sinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 2d4524e

Please sign in to comment.