We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09584ed commit 6675cd1Copy full SHA for 6675cd1
.release-plz.toml
@@ -1,10 +1,12 @@
1
-[[package]]
2
-name = "compiler_builtins"
3
-semver_check = false
+[workspace]
4
# As part of the release process, we delete `libm/Cargo.toml`. Since
5
# this is only run in CI, we shouldn't need to worry about it.
6
allow_dirty = true
7
publish_allow_dirty = true
8
+[[package]]
+name = "compiler_builtins"
9
+semver_check = false
10
+
11
[[package]]
12
name = "libm"
0 commit comments