Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iho committed Oct 6, 2023
1 parent 9faa32d commit 50d13e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3,010 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test_examples_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,31 @@ jobs:
- name: downgrade `anstyle`,`anstyle-parse`,`clap`,`clap_lex` crates to support older Rust toolchain
run: |
pushd ./examples/lockable-fungible-token
rm Cargo.lock
cargo update -p anstyle --precise 1.0.2
cargo update -p anstyle-parse --precise 0.2.1
cargo update -p [email protected] --precise 4.3.24
cargo update -p [email protected] --precise 0.5.0
popd
pushd ./examples/status-message
rm Cargo.lock
cargo update -p anstyle --precise 1.0.2
cargo update -p anstyle-parse --precise 0.2.1
cargo update -p clap@4.3.0 --precise 4.3.24
cargo update -p clap@4.4.6 --precise 4.3.24
cargo update -p [email protected] --precise 0.5.0
popd
pushd ./examples/mission-control
rm Cargo.lock
cargo update -p anstyle --precise 1.0.2
cargo update -p anstyle-parse --precise 0.2.1
cargo update -p [email protected] --precise 4.3.24
cargo update -p [email protected] --precise 0.5.0
popd
pushd ./examples/test-contract
rm Cargo.lock
cargo update -p anstyle --precise 1.0.2
cargo update -p anstyle-parse --precise 0.2.1
cargo update -p [email protected] --precise 4.3.24
Expand Down
Loading

0 comments on commit 50d13e8

Please sign in to comment.