We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ff9fa commit 09ba8a5Copy full SHA for 09ba8a5
Makefile
@@ -27,12 +27,12 @@ test: deps-build
27
28
# Release a new version. Specify the version "bump" with BUMP
29
bump-version: check-clean deps-release check
30
- cargo set-version --workspace --bump $(BUMP) -p
+ cargo set-version --workspace --bump $(BUMP)
31
cargo update --workspace
32
@echo "Bumped actors to version $$($(MAKE) --quiet version)"
33
34
set-version: check-clean deps-release check
35
- cargo set-version --workspace $(VERSION) -p
+ cargo set-version --workspace $(VERSION)
36
37
@echo "Set actors to version $(VERSION)"
38
0 commit comments