Skip to content

Commit

Permalink
chore: use carret requirement for all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 24, 2020
1 parent dac8698 commit 1f0671d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ and semver specifications.
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git2 = "^0"
git2 = { version = "^0", default-features = false, features = [] }
anyhow = "^1"
thiserror = "^1"
colored = "^2"
chrono = "^0"
config = "^0"
itertools = "0.9.0"
itertools = "^0"
serde_derive = "^1"
serde = "^1"
tempdir = "^0"
semver = "0.10.0"
semver = "^0"
shell-words = "^1"
which = "^4"
lazy_static = "1.4.0"
toml = "0.5.6"
lazy_static = "^1"
toml = "^0"
clap = { version = "^2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 1f0671d

Please sign in to comment.