diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-03 14:58:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 14:58:10 +0200 |
commit | ae1ed2d16687413381fc7e6b55dca9b1676855f6 (patch) | |
tree | 45c7f0be5dd4da446be67e54d60651e2fad071b0 /core | |
parent | c191ca1aeb58a07fe13e5806a7c443ce93e57dd5 (diff) |
v1.4.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 d52653949..5174de208 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.60.0" +version = "0.61.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |