summaryrefslogtreecommitdiff
path: root/serde_v8
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-05-11 23:14:24 +0200
committerGitHub <noreply@github.com>2021-05-11 23:14:24 +0200
commitde706961dc4c3eca0cb27155089642336348c910 (patch)
tree1eb192568984ccf2f3f6eb69e672afa0b13b06fa /serde_v8
parent8d88a83b882ad3644d4a803fb80919cc5e0f681a (diff)
chore: release crates (#10596)
Diffstat (limited to 'serde_v8')
-rw-r--r--serde_v8/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index 9cf119b04..1e320956f 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.3.0"
+version = "0.4.0"
authors = ["the Deno authors"]
edition = "2018"
description = "Rust to V8 serialization and deserialization"