From 6392a216f0b9b90dd4af3e2e25fc95ba92a6ac40 Mon Sep 17 00:00:00 2001 From: AugustoFKL <75763288+AugustoFKL@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:56:27 -0300 Subject: [PATCH] Replacing 'disable-publish=true' flag by 'public=false', to allow compatibility with recent cargo-release versions (#660) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8dcc2acd..60fe478c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ pretty_assertions = "1" # Instruct `cargo release` to not run `cargo publish` locally: # https://github.com/sunng87/cargo-release/blob/master/docs/reference.md#config-fields # See docs/releasing.md for details. -disable-publish = true +publish = false