Skip to content

Commit 14bdff1

Browse files
authored
Update git reference 6.0.0-alpha.1
1 parent 1667d95 commit 14bdff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/ethereum-compatibility/setup-solidity-abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cargo install --locked --git https://github.com/use-ink/cargo-contract
1919
```
2020
- Import `ink!` from the latest GitHub branch in your `Cargo.toml`:
2121
```toml
22-
ink = { git = "https://github.com/use-ink/ink.git", branch = "master", default-features = false, features = ["unstable-hostfn"] }
22+
ink = { git = "https://github.com/use-ink/ink.git", branch = "6.0.0-alpha.1", default-features = false, features = ["unstable-hostfn"] }
2323
```
2424
:::
2525

0 commit comments

Comments
 (0)