Skip to content

Commit 7cd6f95

Browse files
Merge pull request #418 from rust-lang/lock-rust-version
Update rust version
2 parents 1419136 + 9314128 commit 7cd6f95

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/core_simd/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convert_float_to_int,
99
core_intrinsics,
1010
decl_macro,
11-
inline_const,
1211
intra_doc_pointers,
1312
repr_simd,
1413
simd_ffi,

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2024-04-10"
2+
channel = "nightly-2024-04-29"
33
components = ["rustfmt", "clippy", "miri", "rust-src"]

0 commit comments

Comments
 (0)