summaryrefslogtreecommitdiff
path: root/core
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 /core
parent8d88a83b882ad3644d4a803fb80919cc5e0f681a (diff)
chore: release crates (#10596)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 8255589b8..f67a1fe76 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_core"
-version = "0.86.0"
+version = "0.87.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]
@@ -13,7 +13,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-serde_v8 = { version = "0.3.0", path = "../serde_v8" }
+serde_v8 = { version = "0.4.0", path = "../serde_v8" }
anyhow = "1.0.40"
futures = "0.3.13"