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 fdcd236 commit 89f36b7Copy full SHA for 89f36b7
.circleci/config.yml
@@ -93,7 +93,9 @@ jobs:
93
command: cargo +nightly fmt --all -- --check
94
- run:
95
name: Install cargo-semver-check
96
- command: cargo install cargo-semver-checks --locked
+ command: >
97
+ curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash &&
98
+ cargo binstall cargo-semver-checks
99
100
name: Run cargo-semver-check
101
command: cargo semver-checks --exclude validation-wasm-demo
0 commit comments