We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1b0f4 commit 3529714Copy full SHA for 3529714
1 file changed
dist-workspace.toml
@@ -7,6 +7,8 @@ members = ["cargo:."]
7
cargo-dist-version = "0.31.0"
8
# CI backends to support
9
ci = "github"
10
+# Allow the release workflow to be hand-customized without dist regenerating it
11
+allow-dirty = ["ci"]
12
# The installers to generate for each app
13
installers = ["shell", "homebrew"]
14
# Target platforms to build apps for (Rust target-triple syntax)
0 commit comments