1
Fork 0

Migrate the sysroot crate to Rust 2024

This commit is contained in:
Eric Huss 2025-02-12 14:55:46 -08:00
parent 32c61f70e7
commit ba06ce6114

View file

@ -3,7 +3,7 @@ cargo-features = ["public-dependency"]
[package]
name = "sysroot"
version = "0.0.0"
edition = "2021"
edition = "2024"
# this is a dummy crate to ensure that all required crates appear in the sysroot
[dependencies]