diff options
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f1d065b16..60f11d703 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -4,7 +4,7 @@ name = "deno_runtime" version = "0.31.0" authors = ["the Deno authors"] -edition = "2018" +edition = "2021" license = "MIT" repository = "https://github.com/denoland/deno" description = "Provides the deno runtime library" |