Skip to content

Commit 6392a21

Browse files
authored
Replacing 'disable-publish=true' flag by 'public=false', to allow compatibility with recent cargo-release versions (#660)
1 parent f2b0efe commit 6392a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ pretty_assertions = "1"
4242
# Instruct `cargo release` to not run `cargo publish` locally:
4343
# https://github.com/sunng87/cargo-release/blob/master/docs/reference.md#config-fields
4444
# See docs/releasing.md for details.
45-
disable-publish = true
45+
publish = false

0 commit comments

Comments
 (0)