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