summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-25 16:53:48 +0200
committerGitHub <noreply@github.com>2020-09-25 16:53:48 +0200
commitdacb340f8fe959ebf2949ff6e7480935556a9813 (patch)
tree438eb145c14a495507d27547b27b1475711dc8cb /core
parent3204092732f38483f8a45fd500a6531511c602f7 (diff)
v1.4.2
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 b17ac88cb..e699dbe2d 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.58.0"
+version = "0.59.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]