ci: Configure release-plz to run semver checks on libm
This commit is contained in:
parent
46bbc3dd88
commit
97e4729525
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
[workspace]
|
||||
[[package]]
|
||||
name = "compiler_builtins"
|
||||
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
|
||||
|
||||
[[package]]
|
||||
name = "libm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue