Skip to content

Commit

Permalink
ci: update checked rust-toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 11, 2024
1 parent c7e1de2 commit 34b9c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
cat <<EOF >>rust-toolchain.toml
[toolchain]
channel = "nightly-2022-09-10"
channel = "nightly-2024-01-11"
components = [ "rustfmt", "rustc-dev" ]
targets = [ "wasm32-unknown-unknown", "thumbv7m-none-eabi" ]
profile = "minimal"
Expand Down

0 comments on commit 34b9c82

Please sign in to comment.