diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-05-27 17:36:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 17:36:43 +1000 |
commit | 1c44f4060edb23898bb685ae49a90f658c6c2c05 (patch) | |
tree | ad1a75cfd801d03f0b7ba15c446b8956402152e8 /serde_v8 | |
parent | ab9c7f52e0a729de9d8c535cfd77e72cc1ca8512 (diff) |
1.22.1
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
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 62be6c6c3..596015e08 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.46.0" +version = "0.47.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" |