diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-05-06 23:00:46 +0000 |
|---|---|---|
| committer | Trevor Gross <t.gross35@gmail.com> | 2025-05-06 19:37:58 -0400 |
| commit | 1768cb17317a038f812d1159f2e002b92c3fbb2c (patch) | |
| tree | b5a92588b98eeba4fe76d0ff3aa10f91e28feeba | |
| parent | 0d63b9979941305447f49bd1dcd2bd007e7e426e (diff) | |
| download | rust-1768cb17317a038f812d1159f2e002b92c3fbb2c.tar.gz rust-1768cb17317a038f812d1159f2e002b92c3fbb2c.zip | |
release-plz: Include the libm changelog in compiler-builtins
| -rw-r--r-- | library/compiler-builtins/.release-plz.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/compiler-builtins/.release-plz.toml b/library/compiler-builtins/.release-plz.toml index 95e91a46c8d..8023ade9bfd 100644 --- a/library/compiler-builtins/.release-plz.toml +++ b/library/compiler-builtins/.release-plz.toml @@ -7,6 +7,7 @@ publish_allow_dirty = true [[package]] name = "compiler_builtins" semver_check = false +changelog_include = ["libm"] # libm is included as part of builtins [[package]] name = "libm" |
