diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-31 15:14:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 15:14:25 -0400 |
commit | 7446230e6b39a0d3ce70b8fffbed3ebc63e8c762 (patch) | |
tree | 007a5997b5e3692c0471af52906e0f10d21b724a /core | |
parent | b718e6ff53156a0aae486e570ce7c9cb8a3b822a (diff) |
v1.2.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 d0af09ced..4200f9c52 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.50.0" +version = "0.51.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |