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