There was an error while loading. Please reload this page.
1 parent 46a1fa1 commit d8e790dCopy full SHA for d8e790d
1 file changed
dist-workspace.toml
@@ -3,6 +3,9 @@ members = ["cargo:."]
3
4
# Config for 'dist'
5
[dist]
6
+# The release workflow includes the local SDK checkout required by the path
7
+# dependency and is intentionally different from cargo-dist's generated file.
8
+allow-dirty = true
9
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
10
cargo-dist-version = "0.32.0"
11
# CI backends to support
0 commit comments