Skip to content

Commit 08881ed

Browse files
authored
Temporarily allow dirty dist workflows (#53)
1 parent 5e29ee6 commit 08881ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist-workspace.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.0.0-alpha.4"
55

66
# Config for 'dist'
77
[dist]
8+
# Temporarily for pre-release workflows
9+
allow-dirty = ["ci"]
810
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
911
cargo-dist-version = "0.28.5-prerelease.2"
1012
# Whether to consider the binaries in a package for distribution (defaults true)

0 commit comments

Comments
 (0)