summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-13 22:34:54 +0100
committerGitHub <noreply@github.com>2020-12-13 22:34:54 +0100
commit389f492551972c271d26f95dcc15b05836bfe4b8 (patch)
tree8486e99ff29e94876ac1a2b14ae5b1640abec63f /core
parent2e74f164b6dcf0ecbf8dd38fba9fae550d784bd0 (diff)
chore: release crates (#8744)
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 c8f35aab1..73eb18305 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.70.0"
+version = "0.71.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]