diff options
author | Luca Casonato <hello@lcas.dev> | 2022-03-25 18:53:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 18:53:55 +0100 |
commit | 37b0ec454cb45f10fbcb14273c663cb55b40d209 (patch) | |
tree | b271657ae5a2c98f3e3abcf9dcf991acf7e5f770 /serde_v8 | |
parent | 3511b7602b619357174001555e961964c9a63e33 (diff) |
chore: forward v1.20.3 release commit to main (#14121)
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 4462b6d8c..41939ecdf 100644 --- a/serde_v8/Cargo.toml +++ b/serde_v8/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. [package] name = "serde_v8" -version = "0.36.0" +version = "0.37.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" |