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