diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-04-20 08:22:36 +0000 |
|---|---|---|
| committer | Trevor Gross <t.gross35@gmail.com> | 2025-04-20 05:33:19 -0400 |
| commit | 97e4729525b50533a49e49617ced23c8e692fd5b (patch) | |
| tree | 8e56546d9a4a04b82e2e0c9ca04ca153ceda3c0f | |
| parent | 46bbc3dd88d998c910920c939a032d8f44cc16e9 (diff) | |
| download | rust-97e4729525b50533a49e49617ced23c8e692fd5b.tar.gz rust-97e4729525b50533a49e49617ced23c8e692fd5b.zip | |
ci: Configure release-plz to run semver checks on `libm`
| -rw-r--r-- | library/compiler-builtins/.release-plz.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/library/compiler-builtins/.release-plz.toml b/library/compiler-builtins/.release-plz.toml index e32f6761084..95d7517feea 100644 --- a/library/compiler-builtins/.release-plz.toml +++ b/library/compiler-builtins/.release-plz.toml @@ -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" |
