We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee353b commit aee7133Copy full SHA for aee7133
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
cat <<EOF >>rust-toolchain.toml
32
[toolchain]
33
- channel = "nightly-2020-07-10"
+ channel = "nightly-2022-09-10"
34
components = [ "rustfmt", "rustc-dev" ]
35
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
36
profile = "minimal"
0 commit comments