summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-05-17 18:34:09 +0200
committerGitHub <noreply@github.com>2021-05-17 18:34:09 +0200
commitaecdbba2c25d08d771a4e4fbeb62cac60015a3bd (patch)
tree3bf310c63aa4014e36b95f8817a838a94fca2b71 /core
parent94eabfeeba3849a5d3a853eca337e0628f4524e1 (diff)
parent9ad52a28e500931a291e9658f155c4c3861de61a (diff)
Merge v1.10.2 into main (#10669)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 8875097cf..0f2968e61 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.87.0"
+version = "0.88.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]