Use newer nightly with "cargo add" support
This commit is contained in:
parent
2ee353b897
commit
aee7133b58
|
@ -30,7 +30,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF >>rust-toolchain.toml
|
cat <<EOF >>rust-toolchain.toml
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2020-07-10"
|
channel = "nightly-2022-09-10"
|
||||||
components = [ "rustfmt", "rustc-dev" ]
|
components = [ "rustfmt", "rustc-dev" ]
|
||||||
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
|
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
|
|
Loading…
Reference in New Issue