about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-06-14 03:38:53 +0000
committerTrevor Gross <tmgross@umich.edu>2025-06-14 03:38:53 +0000
commit4b2b463eea04934c6d2d3c1bb3335b4954b9553a (patch)
tree984f67ef9ae6a1373e179971bfc5bc2bca11c365
parent19b47ae1f41009b3f83381c2553e38ccffabdc51 (diff)
downloadrust-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.toml13
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"