Skip to content

Commit b09af59

Browse files
committed
Migrate the sysroot crate to Rust 2024
1 parent a414af6 commit b09af59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/sysroot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cargo-features = ["public-dependency"]
33
[package]
44
name = "sysroot"
55
version = "0.0.0"
6-
edition = "2021"
6+
edition = "2024"
77

88
# this is a dummy crate to ensure that all required crates appear in the sysroot
99
[dependencies]

0 commit comments

Comments
 (0)