Skip to content

Commit a13047a

Browse files
authored
Merge pull request #1707 from gofractally/improve-rust-set-version-script
exclude workspace-hack crate from rust set-version script
2 parents 8909bc1 + 20b5d43 commit a13047a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/scripts/set-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Can also dry-run with:
66
# `./scripts/set-version.sh x.y.z --dry-run`
77

8-
cargo set-version "$@" --workspace
8+
cargo set-version --workspace --exclude psibase-rust-workspace-hack "$@"

0 commit comments

Comments
 (0)