Skip to content

Commit aee7133

Browse files
committed
Use newer nightly with "cargo add" support
1 parent 2ee353b commit aee7133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
cat <<EOF >>rust-toolchain.toml
3232
[toolchain]
33-
channel = "nightly-2020-07-10"
33+
channel = "nightly-2022-09-10"
3434
components = [ "rustfmt", "rustc-dev" ]
3535
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
3636
profile = "minimal"

0 commit comments

Comments
 (0)