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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/syntax/fuzz/Cargo.toml b/crates/syntax/fuzz/Cargo.toml index ebf538aa24..a235e3e17c 100644 --- a/crates/syntax/fuzz/Cargo.toml +++ b/crates/syntax/fuzz/Cargo.toml @@ -3,7 +3,7 @@ name = "syntax-fuzz" version = "0.0.1" publish = false edition = "2021" -rust-version = "1.66.1" +rust-version = "1.76" [package.metadata] cargo-fuzz = true @@ -26,4 +26,4 @@ name = "reparse" path = "fuzz_targets/reparse.rs" [lints] -workspace = true
\ No newline at end of file +workspace = true |