Set allow_dirty to release-plz
This should resolve the issue in <https://github.com/rust-lang/compiler-builtins/pull/643#issuecomment-2254641520>
This commit is contained in:
parent
955e7724b1
commit
99456ad08e
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
[workspace]
|
||||
changelog_update = false
|
||||
semver_check = false
|
||||
|
||||
# As part of the release process, we delete `libm/Cargo.toml`. Since
|
||||
# this is only run in CI, we shouldn't need to worry about it.
|
||||
allow_dirty = true
|
||||
publish_allow_dirty = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue