We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c697e commit 4762112Copy full SHA for 4762112
Makefile
@@ -17,7 +17,7 @@ ci: fmt clippy test security-audit check-crates check-licenses
17
git diff --exit-code Cargo.lock
18
19
integration:
20
- bash devtools/ci/integration.sh v0.203.0 $(ARGS)
+ bash devtools/ci/integration.sh v0.204.0 $(ARGS)
21
22
integration-spec:
23
@if [ -z "$(SPEC)" ]; then \
0 commit comments