diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-27 16:00:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 16:00:23 +0100 |
commit | dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d (patch) | |
tree | d5b451af5fca29eff5e6628e9198b6ea55e499dd /core | |
parent | 60cd7695ef2c3769aeaf9391a2dddc6c31a9e2f5 (diff) |
v1.5.0
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
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"] |