Skip to content

Commit

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

0 comments on commit e1ba279

Please sign in to comment.