diff options
author | Luca Casonato <hello@lcas.dev> | 2021-11-11 11:16:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 11:16:05 +0100 |
commit | 3250ffe0206c6b760e264a60a6ad9425334ad74f (patch) | |
tree | 7718d2e28692299f45384813626af52dac98247a /serde_v8 | |
parent | 08067b5e12dc8d486c42e3997dbfd0766666ecb5 (diff) |
chore: bump crate versions for 1.16.1 (#12729)
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 1d4c7bd9e..145ea1c7d 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.17.0" +version = "0.18.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" |