From 3589f3811389aed2cf964f2cd8315f08dee7105f Mon Sep 17 00:00:00 2001 From: Henk Oordt Date: Fri, 1 Nov 2024 10:29:46 +0100 Subject: [PATCH] use v0.16.0 of cargo-manifest instead of patch --- Cargo.lock | 5 +++-- Cargo.toml | 6 +----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e16dbb..790eda1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,8 +101,9 @@ dependencies = [ [[package]] name = "cargo-manifest" -version = "0.15.2" -source = "git+https://github.com/hdoordt/cargo-manifest.git#7fd5e7a28410971d323251fed6399ca701ec4050" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cecbe6b6f6285b7016d41a045742e0ffda96b6e8e6fe7a479a7e5bc2bcffddad" dependencies = [ "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 5de43ca..e71a735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file