summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-13 16:35:31 +0200
committerGitHub <noreply@github.com>2020-09-13 16:35:31 +0200
commitb3fa81f867f933df41f274bd8eec10dddf1b1b28 (patch)
treec5f84f5f1f5f75365886476f6f580b584346190e /core
parentf06724f2388180c1d73eb0cc989f3499d84eb879 (diff)
v1.4.0
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 7b5c34609..717f798c0 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.56.0"
+version = "0.57.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]