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 7635e69 commit 05e23c0Copy full SHA for 05e23c0
.github/workflows/zepter.yml
@@ -27,7 +27,9 @@ jobs:
27
uses: dtolnay/rust-toolchain@nightly
28
- name: Install Zepter
29
run: cargo install zepter --version 0.15.0 --locked -q -f --no-default-features && zepter --version
30
- - run: make Cargo.toml
31
- - run: cargo update
+ - run: |
+ make Cargo.toml
32
+ cargo update
33
+ cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
34
- name: Check Rust features
35
run: make dev-features-check
0 commit comments