diff options
author | Bert Belder <bertbelder@gmail.com> | 2021-11-24 15:56:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 15:56:18 -0800 |
commit | c6f3493f18f6b8e3c9b1a88523bb900d16b1fc2d (patch) | |
tree | 670ddb57e39941e6379c1695ac17b9e18069137b /serde_v8 | |
parent | adc5974333174bd59796f5b7bb8b010c17479dd0 (diff) |
chore: merge v1.16.3 into main (#12892)
Diffstat (limited to 'serde_v8')
-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 967ddbbf1..76260f77a 100644 --- a/serde_v8/Cargo.toml +++ b/serde_v8/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. [package] name = "serde_v8" -version = "0.19.0" +version = "0.20.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" |