Skip to content

Commit c79585c

Browse files
Merge pull request #424 from dpaoliello/checkarm64ec
Add Arm64EC to the list of architectures to check
2 parents 8c31005 + 3c398a0 commit c79585c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- i686-unknown-linux-gnu
3333
- i586-unknown-linux-gnu
3434
- aarch64-unknown-linux-gnu
35+
- arm64ec-pc-windows-msvc
3536
- armv7-unknown-linux-gnueabihf
3637
# non-nightly since https://github.com/rust-lang/rust/pull/113274
3738
# - mips-unknown-linux-gnu

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2024-04-29"
2+
channel = "nightly-2024-06-13"
33
components = ["rustfmt", "clippy", "miri", "rust-src"]

0 commit comments

Comments
 (0)