diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-29 15:53:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 09:53:13 -0400 |
commit | ac705b793612db6cc11b13270907e216e07460b3 (patch) | |
tree | 14fee2326e41a9cb5f2f3158cc4183933994defb /core | |
parent | 16513d8e6200d092dde31fdf16587c2dd42e3190 (diff) |
v1.3.2
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 8b918d014..bd60736ab 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.54.0" +version = "0.55.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |