Skip to content

Commit 05e23c0

Browse files
committed
add workaround
1 parent 7635e69 commit 05e23c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/zepter.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
uses: dtolnay/rust-toolchain@nightly
2828
- name: Install Zepter
2929
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
30+
- run: |
31+
make Cargo.toml
32+
cargo update
33+
cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
3234
- name: Check Rust features
3335
run: make dev-features-check

0 commit comments

Comments
 (0)