Skip to content

Commit

Permalink
Add arm64ec to the list of architectures to check
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Jun 13, 2024
1 parent 8c31005 commit 3c398a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- i686-unknown-linux-gnu
- i586-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- arm64ec-pc-windows-msvc
- armv7-unknown-linux-gnueabihf
# non-nightly since https://github.com/rust-lang/rust/pull/113274
# - mips-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-04-29"
channel = "nightly-2024-06-13"
components = ["rustfmt", "clippy", "miri", "rust-src"]

0 comments on commit 3c398a0

Please sign in to comment.