summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-08 20:34:18 +0200
committerGitHub <noreply@github.com>2021-06-08 20:34:18 +0200
commit3a96fe55a0d71b75975823c5535115683bb04880 (patch)
tree8526a3115bc1a0304a18defa128ece7f5fee5131 /core
parentd679ebbb376aadfe3fb67d39b50025d8cf747e45 (diff)
chore: release crates (#10896)
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 d50b129dd..9bee37188 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.1"
+version = "0.89.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]