Skip to content

Commit

Permalink
use v0.16.0 of cargo-manifest instead of patch
Browse files Browse the repository at this point in the history
hdoordt committed Nov 1, 2024

Verified

This commit was signed with the committer’s verified signature.
gitphill Phill Garrett
1 parent 6579efe commit 3589f38
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.80"
clap = { version = "4", features = ["derive"] }
guppy = "0.17.5"
fs-err = "2.11.0"
cargo-manifest = "0.15.2"
cargo-manifest = "0.16.0"
toml = "0.8.10"
semver = "1.0.22"
toml_edit = "0.22.6"
@@ -37,7 +37,3 @@ installers = []
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "plan"

[patch.crates-io]
# TODO remove me once https://github.com/LukeMathWalker/cargo-manifest/pull/57 is released
cargo-manifest = { git = "https://github.com/hdoordt/cargo-manifest.git" }

0 comments on commit 3589f38

Please sign in to comment.