diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-06-14 03:38:53 +0000 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-06-14 03:38:53 +0000 |
| commit | 4b2b463eea04934c6d2d3c1bb3335b4954b9553a (patch) | |
| tree | 984f67ef9ae6a1373e179971bfc5bc2bca11c365 | |
| parent | 19b47ae1f41009b3f83381c2553e38ccffabdc51 (diff) | |
| download | rust-4b2b463eea04934c6d2d3c1bb3335b4954b9553a.tar.gz rust-4b2b463eea04934c6d2d3c1bb3335b4954b9553a.zip | |
Delete `.release-plz.toml`
The config file is not needed anymore since compiler-builtins is no longer published. Removing it will resolve a CI failure.
| -rw-r--r-- | library/compiler-builtins/.release-plz.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/library/compiler-builtins/.release-plz.toml b/library/compiler-builtins/.release-plz.toml deleted file mode 100644 index 8023ade9bfd..00000000000 --- a/library/compiler-builtins/.release-plz.toml +++ /dev/null @@ -1,13 +0,0 @@ -[workspace] -# 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 = "compiler_builtins" -semver_check = false -changelog_include = ["libm"] # libm is included as part of builtins - -[[package]] -name = "libm" |
