diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-01-20 20:50:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 20:50:39 +0530 |
commit | 16776c9ade8325182ac589b0955a7e94394b021a (patch) | |
tree | e25abc6fa52c72a7556c3b845f2fcf4d36a0e620 /serde_v8 | |
parent | 23647a0d8a409d9a242a7ff5ecfae89fdda8a1bb (diff) |
chore: bump crate version for 0.18.0 (#13441)
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 fc2934bb8..a202375f4 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.25.0" +version = "0.27.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" |