diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-10-19 06:35:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 06:35:09 -0400 |
commit | fb2cae9687569fc891c13ab4a2862b9e66902a75 (patch) | |
tree | bd15e5e742bfaf57821319987a84e8c1c75db783 /core | |
parent | 59888ff0b27f75feb3ea88cdea943bf9fbd345fd (diff) |
deno_core 0.64.0 (#8025)
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 a7e820548..997306b24 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.63.0" +version = "0.64.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |