Skip to content

Commit 565b02b

Browse files
committed
Change compiler-builtins to edition 2024
Do the same for `builtins-test-intrinsics`
1 parent 6c5dd2d commit 565b02b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtins-test-intrinsics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "builtins-test-intrinsics"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
publish = false
66
license = "MIT OR Apache-2.0"
77

compiler-builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/rust-lang/compiler-builtins"
88
homepage = "https://github.com/rust-lang/compiler-builtins"
99
documentation = "https://docs.rs/compiler_builtins"
10-
edition = "2021"
10+
edition = "2024"
1111
description = "Compiler intrinsics used by the Rust compiler."
1212
links = "compiler-rt"
1313

0 commit comments

Comments
 (0)