Use newer nightly with "cargo add" support

This commit is contained in:
Jonas Bushart 2023-02-13 21:02:26 +01:00
parent 2ee353b897
commit aee7133b58
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: |
cat <<EOF >>rust-toolchain.toml
[toolchain]
channel = "nightly-2020-07-10"
channel = "nightly-2022-09-10"
components = [ "rustfmt", "rustc-dev" ]
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
profile = "minimal"