Skip to content

Commit

Permalink
ci: downgrade base64ct pkg to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Feb 26, 2025
1 parent 4fb0546 commit 58ac8b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
default: true
target: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v1
# - name: Downgrade dependencies
# run: |
# cargo update -p clap@4.5.4 --precise 4.4.18
# cd examples/adder && cargo update -p clap@4.5.4 --precise 4.4.18
- name: Downgrade dependencies
run: |
cargo update -p base64ct --precise 1.6.0
- name: print rustc && rustdoc version
run: rustc --version && rustdoc --version
- name: test
Expand Down

0 comments on commit 58ac8b0

Please sign in to comment.