summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-08-13 18:10:13 +0200
committerGitHub <noreply@github.com>2020-08-13 12:10:13 -0400
commitb38c3132768e0f5132763db9c8fdc2a4a9490bde (patch)
tree1506961a35b6671e862a1fdef89ffd4951cc65a1 /core
parentd6cee706955f300086f41f9318d23631f64f036b (diff)
v1.3.0
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 0550c4539..8a992fa88 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.52.0"
+version = "0.53.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]