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:
Trevor Gross 2024-07-28 17:00:41 -04:00 committed by GitHub
parent 955e7724b1
commit 99456ad08e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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