Skip to content

Commit 999ec72

Browse files
committed
Update all crates to Rust 2024
1 parent bc7c7c4 commit 999ec72

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

Diff for: crates/assert-instr-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "assert-instr-macro"
33
version = "0.1.0"
44
authors = ["Alex Crichton <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66

77
[lib]
88
proc-macro = true

Diff for: crates/core_arch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
keywords = ["core", "simd", "arch", "intrinsics"]
1414
categories = ["hardware-support", "no-std"]
1515
license = "MIT OR Apache-2.0"
16-
edition = "2021"
16+
edition = "2024"
1717

1818
[badges]
1919
is-it-maintained-issue-resolution = { repository = "rust-lang/stdarch" }

Diff for: crates/intrinsic-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Jamie Cunliffe <[email protected]>",
66
"Adam Gemmell <[email protected]",
77
"Jacob Bramley <[email protected]>"]
88
license = "MIT OR Apache-2.0"
9-
edition = "2021"
9+
edition = "2024"
1010

1111
[dependencies]
1212
lazy_static = "1.4.0"

Diff for: crates/simd-test-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "simd-test-macro"
33
version = "0.1.0"
44
authors = ["Alex Crichton <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66

77
[lib]
88
proc-macro = true

Diff for: crates/std_detect/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
keywords = ["std", "run-time", "feature", "detection"]
1414
categories = ["hardware-support"]
1515
license = "MIT OR Apache-2.0"
16-
edition = "2021"
16+
edition = "2024"
1717

1818
[badges]
1919
is-it-maintained-issue-resolution = { repository = "rust-lang/stdarch" }

Diff for: crates/stdarch-gen-arm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Luca Vizzarro <[email protected]>",
77
"Jacob Bramley <[email protected]>",
88
"James Barford-Evans <[email protected]>"]
99
license = "MIT OR Apache-2.0"
10-
edition = "2021"
10+
edition = "2024"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

Diff for: crates/stdarch-gen-loongarch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "stdarch-gen-loongarch"
33
version = "0.1.0"
44
authors = ["ZHAI Xiang <[email protected]>", "WANG Rui <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

Diff for: crates/stdarch-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "stdarch-test"
33
version = "0.1.0"
44
authors = ["Alex Crichton <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66

77
[dependencies]
88
assert-instr-macro = { path = "../assert-instr-macro" }

Diff for: crates/stdarch-verify/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "stdarch-verify"
33
version = "0.1.0"
44
authors = ["Alex Crichton <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66

77
[dependencies]
88
proc-macro2 = "1.0"
@@ -16,4 +16,4 @@ test = false
1616
[dev-dependencies]
1717
serde = { version = "1.0", features = ['derive'] }
1818
serde_json = "1.0.96"
19-
quick-xml = { version = "0.33.0", features = ["serialize", "overlapped-lists"] }
19+
quick-xml = { version = "0.33.0", features = ["serialize", "overlapped-lists"] }

Diff for: examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
"Gonzalo Brito Gadeschi <[email protected]>",
88
]
99
description = "Examples of the stdarch crate."
10-
edition = "2021"
10+
edition = "2024"
1111
default-run = "hex"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)