diff options
| author | Daniel Paoliello <danpao@microsoft.com> | 2024-06-13 09:58:35 -0700 |
|---|---|---|
| committer | Daniel Paoliello <danpao@microsoft.com> | 2024-06-13 09:58:35 -0700 |
| commit | 3c398a08201d9b927f6af09b51bbbbbb9de62e65 (patch) | |
| tree | 9126b64c161609f965230a898f773fb3f2cad676 | |
| parent | 8c31005023168bbdea0875faa382bf8d05f46665 (diff) | |
| download | rust-3c398a08201d9b927f6af09b51bbbbbb9de62e65.tar.gz rust-3c398a08201d9b927f6af09b51bbbbbb9de62e65.zip | |
Add arm64ec to the list of architectures to check
| -rw-r--r-- | .github/workflows/ci.yml | 1 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef6a9e611ac..67d10e55532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8f75e557224..811fdb49cdb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-04-29" +channel = "nightly-2024-06-13" components = ["rustfmt", "clippy", "miri", "rust-src"] |
