summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-02 14:37:48 +0200
committerGitHub <noreply@github.com>2020-10-02 14:37:48 +0200
commit63efa5f15dccf48d7a27f7d55344f1de63f786af (patch)
tree7acfb7d4168c9fa54e454077b7c8a5edf9292a4d /core
parente5348a6a38b3c06a916223ad0b99e8cfe47725b1 (diff)
v1.4.3
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 e699dbe2d..d52653949 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.59.0"
+version = "0.60.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]