We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5381876 commit 453484fCopy full SHA for 453484f
Cargo.toml
@@ -84,6 +84,8 @@ lto = "thin"
84
85
# Config for 'cargo dist'
86
[workspace.metadata.dist]
87
+# Allow customization of release workflow
88
+allow-dirty = ["ci"]
89
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
90
cargo-dist-version = "0.14.1"
91
# CI backends to support
0 commit comments