diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-23 15:10:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 15:10:58 +0100 |
commit | bc79d556496420441977ca6f5c66be3dc3ded187 (patch) | |
tree | 3e448422568055877a7eb9ea27b52727510ab310 /core | |
parent | 230a11e8a40fffffb2bdd4f705863183c52c45a9 (diff) |
v1.5.4
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 f7f32c07f..84a14f73d 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.68.0" +version = "0.69.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |