We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git
6.0.0-alpha.1
1 parent 1667d95 commit 14bdff1Copy full SHA for 14bdff1
tutorials/ethereum-compatibility/setup-solidity-abi.md
@@ -19,7 +19,7 @@ cargo install --locked --git https://github.com/use-ink/cargo-contract
19
```
20
- Import `ink!` from the latest GitHub branch in your `Cargo.toml`:
21
```toml
22
-ink = { git = "https://github.com/use-ink/ink.git", branch = "master", default-features = false, features = ["unstable-hostfn"] }
+ink = { git = "https://github.com/use-ink/ink.git", branch = "6.0.0-alpha.1", default-features = false, features = ["unstable-hostfn"] }
23
24
:::
25
0 commit comments