Skip to content

Commit

Permalink
ci: use rust 2024-04-10
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed May 31, 2024
1 parent 41e5db7 commit b6db046
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUST_TOOLCHAIN=nightly-2024-02-21
RUST_TOOLCHAIN=nightly-2024-04-10
POLKADOT_LAUNCH_BRANCH=unique-network
RELAY_CHAIN_TYPE=westend
CHAINQL=v0.4.1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ curl https://sh.rustup.rs -sSf | sh

2. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall <toolchain>`.

3. Install toolchain nightly-2024-02-21 and make it default:
3. Install toolchain nightly-2024-04-10 and make it default:

```bash
rustup toolchain install nightly-2024-02-21
rustup default nightly-2024-02-21
rustup toolchain install nightly-2024-04-10
rustup default nightly-2024-04-10
```

4. Add wasm target for nightly toolchain:

```bash
rustup target add wasm32-unknown-unknown --toolchain nightly-2024-02-21
rustup target add wasm32-unknown-unknown --toolchain nightly-2024-04-10
```

5. Build:
Expand Down

0 comments on commit b6db046

Please sign in to comment.