client: fix minreq feat + publish: add full workspace check

This commit is contained in:
nym21
2026-01-17 23:40:18 +01:00
parent 8302660d88
commit 93e02aed44
3 changed files with 2949 additions and 654 deletions

View File

@@ -121,6 +121,10 @@ echo "=== Rust release ==="
echo ""
cd "$ROOT_DIR"
# Verify all
cargo publish --workspace --dry-run --allow-dirty
# Version bump, commit, and tag (but don't publish yet)
cargo release "$RELEASE_ARG" --execute --no-publish