diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-08-04 15:10:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 00:10:47 +0200 |
commit | cf33720a85953651cc221380723c5c2f33386fe3 (patch) | |
tree | 64cea036f9e353a8ee7613db252a5c8ce68de5be /serde_v8 | |
parent | 34328690dc2090fd9282337aca1df74cbf837cab (diff) |
chore: forward v1.24.2 release commit to main (#15410)
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 2b2c48766..23cc42df9 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.56.0" +version = "0.57.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" |