Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/fuzz/Cargo.toml')
-rw-r--r--crates/syntax/fuzz/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/fuzz/Cargo.toml b/crates/syntax/fuzz/Cargo.toml
index 4d639777c3..8910911ff0 100644
--- a/crates/syntax/fuzz/Cargo.toml
+++ b/crates/syntax/fuzz/Cargo.toml
@@ -2,7 +2,7 @@
name = "syntax-fuzz"
version = "0.0.1"
publish = false
-edition = "2021"
+edition = "2024"
rust-version = "1.85"
[package.metadata]