Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 76afd72

Browse files
committed
Migrate the sysroot crate to Rust 2024
1 parent 238b6aa commit 76afd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/sysroot/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)