summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-15 22:14:58 +0200
committerGitHub <noreply@github.com>2021-06-15 22:14:58 +0200
commitba91a727a64d64157dd101ca8554d1c3096899b4 (patch)
treef68dc9a8c4f3b3d766e0d67bf1d5ca4017d17c47 /core
parent5bf4a88aa494073abd57838a60e9140062ac4e41 (diff)
chore: release crates (#10976)
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 a9abf68c8..95e0e2042 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.89.0"
+version = "0.90.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]