diff options
author | Bert Belder <bertbelder@gmail.com> | 2021-05-31 20:55:34 +0000 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 20:58:03 +0000 |
commit | f8913680573505e45f0c094af1421f7a4abb4fb2 (patch) | |
tree | 0ced826e651ea5476e063ca23a79d232d0dc4f81 /core | |
parent | 330cd6b7ea46524783e5d1a8654153b459931cd7 (diff) | |
parent | 1567c1013cc8ff12cf039137792da66a1d0015b5 (diff) |
Merge v1.10.3 into main (#10801)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index c7b3faf1a..7c11bfbc1 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.88.0" +version = "0.88.1" 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.4.0", path = "../serde_v8" } +serde_v8 = { version = "0.4.1", path = "../serde_v8" } anyhow = "1.0.40" futures = "0.3.15" |