We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1450a7e commit 6286419Copy full SHA for 6286419
README.md
@@ -9,6 +9,14 @@ You can install it by running:
9
curl -fsSL https://deno.land/install.sh | sh
10
```
11
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
20
# Building contracts
21
22
We can now compile the contracts located in the `contracts/` directory:
0 commit comments