refactor: bump to Rust edition 2024

This commit is contained in:
Matthieu Bessat 2026-03-30 22:29:50 +02:00
commit 66531abb02
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ members = [
]
[workspace.package]
edition = "2021"
edition = "2024"
rust-version = "1.8"
license = "MIT OR Apache-2.0"
authors = [

View file

@ -1,6 +1,6 @@
[package]
name = "sandbox"
edition = "2021"
edition = "2024"
publish = false
[[bin]]