We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb37da commit 04a6cdaCopy full SHA for 04a6cda
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
mv cargo-binstall ~/.cargo/bin
42
ls -l ~/.cargo/bin
43
- name: Install "build all features"
44
- run: cargo binstall cargo-all-features --no-confirm --version 1.7.0
+ run: cargo binstall cargo-all-features --no-confirm --version 1.10.0
45
- name: Build all features
46
run: cargo build-all-features
47
- name: Test all features
0 commit comments