Skip to content

Commit 53f4352

Browse files
authored
chore: upgrade ink! version to alpha.4 for v6 (#51)
1 parent 0b49938 commit 53f4352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pop-cli-for-smart-contracts/welcome/migrating-to-inkv6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pop CLI supports ink! v6 through the `polkavm-contracts` feature flag.
2020
To install it from the experimental branch, run:
2121

2222
```
23-
cargo install --git https://github.com/r0gue-io/pop-cli.git --branch v6.0.0-alpha.3 --no-default-features --locked -F polkavm-contracts,chain,telemetry
23+
cargo install --git https://github.com/r0gue-io/pop-cli.git --branch v6.0.0-alpha.4 --locked
2424
```
2525

2626
> **⚠️ Note:** Make sure you're using `Rust 1.89` or higher, older versions will fail to compile. You can check your version with rustc `--version`.
@@ -35,10 +35,10 @@ If you already have an ink! smart contract, update your dependencies as follows:
3535

3636
```toml
3737
[dependencies]
38-
ink = { git = "https://github.com/use-ink/ink", tag = "v6.0.0-alpha.3", default-features = false }
38+
ink = { git = "https://github.com/use-ink/ink", tag = "v6.0.0-alpha.4", default-features = false }
3939

4040
[dev-dependencies]
41-
ink_e2e = { git = "https://github.com/use-ink/ink", tag = "v6.0.0-alpha.3" }
41+
ink_e2e = { git = "https://github.com/use-ink/ink", tag = "v6.0.0-alpha.4" }
4242
```
4343

4444
For a complete example, check the [ink! flipper example](https://github.com/use-ink/ink-examples/tree/v6.x/flipper).

0 commit comments

Comments
 (0)