summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-22 20:00:28 +0200
committerGitHub <noreply@github.com>2020-05-22 20:00:28 +0200
commit526c9196e23af34d1ecd424d09c99c7003c33844 (patch)
treef43f004db1b371b95e68cbbad89a4678c7136f90 /core
parent1a6c5413272d110dd96fa354db28a668f55a4399 (diff)
v1.0.2
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 11289dfa4..ebd10838b 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.45.1"
+version = "0.45.2"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]