summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-08 13:54:19 +0100
committerGitHub <noreply@github.com>2020-12-08 13:54:19 +0100
commit656caa2d4fb7b967865a9b296388b312d31b6100 (patch)
treeb48d7081b9886ec29865e6d2487167e44aa35939 /core
parente94a18240e5b6312358f787c19dffd3006300a4b (diff)
chore: release crates (#8662)
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 416bbc82d..367def1f2 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_core"
-version = "0.69.0"
+version = "0.70.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]