Skip to content

Commit

Permalink
Make some loose versions in Cargo.toml slightly more accurate (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey authored Mar 17, 2021
1 parent 22a2a26 commit b5f3922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ rustc = ["rustc_version"]

[dependencies]
anyhow = "1"
chrono = { version = "0", optional = true }
chrono = { version = ">= 0.4, < 1", optional = true }
enum-iterator = "0"
getset = "0"
getset = ">= 0.0.6, < 1"
git2 = { version = "0", optional = true, default-features = false }
rustc_version = { version = "0.3.1", optional = true }
thiserror = "1"

[build-dependencies]
chrono = "0"
chrono = ">= 0.4, < 1"
rustversion = "1"

[dev-dependencies]
lazy_static = "1"
regex = "1"
rustversion = "1"
serial_test = "0"
serial_test = ">= 0.4, < 1"

[package.metadata.cargo-all-features]
skip_optional_dependencies = true

0 comments on commit b5f3922

Please sign in to comment.