Skip to content

Commit 6675cd1

Browse files
committed
ci: Fix release-plz configuration
1 parent 09584ed commit 6675cd1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.release-plz.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
[[package]]
2-
name = "compiler_builtins"
3-
semver_check = false
1+
[workspace]
42
# As part of the release process, we delete `libm/Cargo.toml`. Since
53
# this is only run in CI, we shouldn't need to worry about it.
64
allow_dirty = true
75
publish_allow_dirty = true
86

7+
[[package]]
8+
name = "compiler_builtins"
9+
semver_check = false
10+
911
[[package]]
1012
name = "libm"

0 commit comments

Comments
 (0)