Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/Cargo.toml')
| -rw-r--r-- | crates/ide_completion/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_completion/Cargo.toml b/crates/ide_completion/Cargo.toml index 5b2f0b35f9..27abf77938 100644 --- a/crates/ide_completion/Cargo.toml +++ b/crates/ide_completion/Cargo.toml @@ -3,7 +3,7 @@ name = "ide_completion" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -edition = "2018" +edition = "2021" [lib] doctest = false |