Skip to content

Commit 6d7d312

Browse files
committed
Pin nightly version
The build is currently failing: <https://github.com./image-rs/jpeg-decoder/runs/5618199478> 1. `aarch64_target_feature` was stabilized in rust-lang/rust#90621 2. `neon`/`fp` must be activated together, which is not yet the case for some intrinsics in `std`. See rust-lang/rust#91608 and rust-lang/rust#95044. Once either of the above solutions lands we can remove `aarch64_target_feature` and unpin nightly again.
1 parent cd14251 commit 6d7d312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
rust: [nightly]
46+
rust: [nightly-2022-03-08]
4747
features: ["", "rayon", "nightly_aarch64_neon"]
4848

4949
steps:

0 commit comments

Comments
 (0)