Skip to content

Commit 6286419

Browse files
committed
add recommended toolchain version
1 parent 1450a7e commit 6286419

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ You can install it by running:
99
curl -fsSL https://deno.land/install.sh | sh
1010
```
1111

12+
## ink! notes
13+
If you are unable to compile ink contracts and encounter the following issue:
14+
```
15+
error: panic_immediate_abort is now a real panic strategy!
16+
```
17+
18+
please try using Rust toolchain version 1.91.1, as newer toolchains may trigger this issue due to changes in panic strategy handling.
19+
1220
# Building contracts
1321

1422
We can now compile the contracts located in the `contracts/` directory:

0 commit comments

Comments
 (0)