mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-09 21:42:05 +00:00
Replacing 'disable-publish=true' flag by 'public=false', to allow compatibility with recent cargo-release versions (#660)
This commit is contained in:
parent
f2b0efec0c
commit
6392a216f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue