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