Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke committed Sep 25, 2022
1 parent 9b377c5 commit 4aaecb5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
47 changes: 23 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-patch"
version = "0.2.6"
version = "0.2.7"
authors = ["Marc Mettke <[email protected]>"]
edition = "2021"
description = "Cargo Subcommand for patching dependencies using patch files"
Expand All @@ -17,8 +17,7 @@ fs_extra = "1"
patch = "0.6"
semver = "1"
toml_edit = { version = "0.14" }
# toml_edit = { version = "0.14", features = ["easy"] }

[dev-dependencies]
cargo-test-macro = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.64.0" }
cargo-test-support = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.64.0" }
cargo-test-macro = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.65.0" }
cargo-test-support = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.65.0" }

0 comments on commit 4aaecb5

Please sign in to comment.