summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-04 18:15:24 +0200
committerGitHub <noreply@github.com>2020-09-04 18:15:24 +0200
commita14b3c9e30a1b18f70519eac03be5a4648b65036 (patch)
tree8f0f821dd594e8bdb2437f46758950f36528c659 /core
parente7147786f4a84a600817d72cf271fb3ec45cb550 (diff)
v1.3.3
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 bd60736ab..37d2f3268 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.55.0"
+version = "0.56.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]