-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.