summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-27 16:00:23 +0100
committerGitHub <noreply@github.com>2020-10-27 16:00:23 +0100
commitdd01f206da0b7e1b305e70cdd3c98bf60fbefc5d (patch)
treed5b451af5fca29eff5e6628e9198b6ea55e499dd /core
parent60cd7695ef2c3769aeaf9391a2dddc6c31a9e2f5 (diff)
v1.5.0
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
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 997306b24..644a28a42 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.64.0"
+version = "0.65.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]