Skip to content

Commit

Permalink
itmettkeDE/cargo-patch version convention for Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhillman committed Sep 18, 2024
1 parent f5664b4 commit 7cccb65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ keywords = ["cargo", "patch", "dependency", "dependencies", "patchfile"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.89"
cargo = "0.82.0"
fs_extra = "1.3.0"
anyhow = "1"
cargo = "0.82"
fs_extra = "1"
patch = "0.7"
semver = "1.0.23"
toml = "0.8.19"
semver = "1"
toml = "0.8"

[dev-dependencies]
cargo-test-macro = "0.3.0"
cargo-test-support = "0.3.0"
cargo-test-macro = "0.3"
cargo-test-support = "0.3"

0 comments on commit 7cccb65

Please sign in to comment.