Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/limit/Cargo.toml')
| -rw-r--r-- | crates/limit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/limit/Cargo.toml b/crates/limit/Cargo.toml index cb3ccbd73c..0bee06b0c8 100644 --- a/crates/limit/Cargo.toml +++ b/crates/limit/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" authors = ["rust-analyzer developers"] -edition = "2018" +edition = "2021" [features] tracking = [] |