pin nightly to 2021-12-15

This commit is contained in:
Niklas
2022-01-04 16:28:34 +01:00
parent 32555aa99d
commit 8d449c3b96
+2 -2
View File
@@ -60,7 +60,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly-2021-12-15
override: true override: true
components: rustfmt components: rustfmt
@@ -118,7 +118,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly-2021-12-15
target: wasm32-unknown-unknown target: wasm32-unknown-unknown
override: true override: true