Skip to content

Commit 4ff4603

Browse files
committed
update rust toolchain version for README and pkg.yml
1 parent db7650b commit 4ff4603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions-rs/toolchain@v1
3232
with:
3333
profile: minimal
34-
toolchain: nightly
34+
toolchain: nightly-2022-07-25
3535
override: true
3636
components: cargo, rustc, clippy, rustfmt
3737
target: wasm32-unknown-unknown

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ln -s /usr/local/go/bin/go /usr/bin/go
2828

2929
Further, you need to have a recent nightly version of Rust, the wasm32 toolchain, and the `cross` tool installed. The easiest way to do this is.
3030
```
31-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly
31+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly-2022-07-25
3232
source $HOME/.cargo/env
3333
rustup target add wasm32-unknown-unknown
3434
cargo install cross

0 commit comments

Comments
 (0)