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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/syntax/fuzz/Cargo.toml b/crates/syntax/fuzz/Cargo.toml index 37394c5ba8..119a5651b8 100644 --- a/crates/syntax/fuzz/Cargo.toml +++ b/crates/syntax/fuzz/Cargo.toml @@ -4,6 +4,7 @@ name = "syntax-fuzz" version = "0.0.1" publish = false edition = "2021" +rust-version = "1.56" [package.metadata] cargo-fuzz = true |