Skip to content

Commit

Permalink
Merge pull request #424 from dpaoliello/checkarm64ec
Browse files Browse the repository at this point in the history
Add Arm64EC to the list of architectures to check
  • Loading branch information
calebzulawski authored Jun 15, 2024
2 parents 8c31005 + 3c398a0 commit c79585c
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 c79585c

Please sign in to comment.