diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-08 18:59:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 18:59:16 -0400 |
commit | 92a173bca618cf6ef1e54c08deee61ba617491b9 (patch) | |
tree | ed3f2c226d4b532178acd45c027130a5c265f0c4 /core | |
parent | 604d008190df5c37d510f43e90f4d33f517f6e64 (diff) |
v1.2.3
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 cd30f3e9a..64fd6288b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.51.0" +version = "0.52.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |