Skip to content

Commit

Permalink
Adding additional updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke committed Jan 8, 2023
1 parent 0f0eef9 commit 586c962
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 27 deletions.
154 changes: 131 additions & 23 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ categories = ["command-line-utilities"]

[dependencies]
anyhow = "1"
cargo = "0.66"
cargo = "0.67"
fs_extra = "1"
patch = "0.7"
semver = "1"
toml_edit = { version = "0.14" }
toml_edit = { version = "0.15" }

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

0 comments on commit 586c962

Please sign in to comment.