Skip to content

Commit

Permalink
BLOCKCHAIN-551 Forced upgrade of rust version, upgrade cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jindra12 committed Jan 12, 2025
1 parent 58d0e7b commit 3bb2494
Show file tree
Hide file tree
Showing 5 changed files with 1,731 additions and 2,230 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Install Rust toolchain
run: |
rustup set profile minimal
rustup update --no-self-update 1.78.0
rustup component add --toolchain 1.78.0 rustfmt rust-src
rustup update --no-self-update 1.83.0
rustup component add --toolchain 1.83.0 rustfmt rust-src
rustup target add wasm32-unknown-unknown
rustup default 1.78.0
rustup default 1.83.0
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 3bb2494

Please sign in to comment.