Skip to content

Commit 927b5cc

Browse files
[ci] Roll pinned nightly toolchain (#2769)
1 parent 258e479 commit 927b5cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ zerocopy-panic-in-const-and-vec-try-reserve-1-57-0 = "1.57.0"
6060
[package.metadata.ci]
6161
# The versions of the stable and nightly compiler toolchains to use in CI.
6262
pinned-stable = "1.90.0"
63-
pinned-nightly = "nightly-2025-11-04"
63+
pinned-nightly = "nightly-2025-11-12"
6464

6565
[package.metadata.docs.rs]
6666
all-features = true

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
)]
323323
#![cfg_attr(
324324
all(feature = "simd-nightly", target_arch = "arm"),
325-
feature(stdarch_arm_dsp, stdarch_arm_neon_intrinsics)
325+
feature(stdarch_arm_neon_intrinsics)
326326
)]
327327
#![cfg_attr(
328328
all(feature = "simd-nightly", any(target_arch = "powerpc", target_arch = "powerpc64")),

0 commit comments

Comments
 (0)