Skip to content

Commit 2b5f6f0

Browse files
committed
Migrate core_simd to Rust 2024
1 parent 3383cfb commit 2b5f6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "core_simd"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
homepage = "https://github.com/rust-lang/portable-simd"
66
repository = "https://github.com/rust-lang/portable-simd"
77
keywords = ["core", "simd", "intrinsics"]

0 commit comments

Comments
 (0)