Skip to content

Commit

Permalink
chore: Remove version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Jan 2, 2024
1 parent c4c0861 commit d466351
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ default = ["cli"]
cli = ["dep:clap", "dep:owo-colors"]

[dependencies]
anyhow = "=1.0.40"
cfg-if = "=1.0.0"
clap = { version = "=4.3.19", optional = true }
owo-colors = { version = "=3.5.0", optional = true }
serde = { version = "=1.0.149", features = ["derive"] }
toml = "=0.5.9"
toml_edit = "=0.19.14"
version_check = "=0.9.3"
which = "=4.4.0"
anyhow = "1.0.40"
cfg-if = "1.0.0"
clap = { version = "4.3.19", optional = true }
owo-colors = { version = "3.5.0", optional = true }
serde = { version = "1.0.149", features = ["derive"] }
toml = "0.5.9"
toml_edit = "0.19.14"
version_check = "0.9.3"
which = "4.4.0"

[dev-dependencies]
assert_cmd = "=2.0.12"
cargo-husky = { version = "=1.5.0", default-features = false, features = ["user-hooks"] }
insta = { version = "=1.31.0", features = ["yaml"] }
assert_cmd = "2.0.12"
cargo-husky = { version = "1.5.0", default-features = false, features = ["user-hooks"] }
insta = { version = "1.31.0", features = ["yaml"] }

[package.metadata.bin]
cargo-binstall = { version = "1.4.6" }
Expand Down

0 comments on commit d466351

Please sign in to comment.