Skip to content

Commit d7b71b2

Browse files
committed
Fix: Use Rust 1.81.0 for Scrypto build (bulk memory compatibility)
1 parent b326b4a commit d7b71b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-scrypto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020

21-
- name: Install Rust
22-
uses: dtolnay/rust-toolchain@stable
21+
- name: Install Rust 1.81 (required for Scrypto)
22+
uses: dtolnay/rust-toolchain@1.81.0
2323
with:
2424
targets: wasm32-unknown-unknown
2525

0 commit comments

Comments
 (0)