diff options
Diffstat (limited to 'ext/web')
-rw-r--r-- | ext/web/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index c4e8ae8a7..e7e022047 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -4,7 +4,7 @@ name = "deno_web" version = "0.54.0" authors = ["the Deno authors"] -edition = "2018" +edition = "2021" license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" |