diff options
author | Luca Casonato <hello@lcas.dev> | 2022-04-22 16:54:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 16:54:42 +0200 |
commit | 1ad8c11bc97d208208fb6a59f8797ca5a198dffd (patch) | |
tree | adf48a67510ee2e3d58ef17d1663e2614813c491 /serde_v8 | |
parent | a158d866bb1d9d228a7b2d6c1a97cee8c309ab9d (diff) |
chore: bump crates (#14365)
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 011227a9a..57f325307 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.41.0" +version = "0.42.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" |