summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-20 12:40:26 -0400
committerGitHub <noreply@github.com>2020-05-20 12:40:26 -0400
commit49dda23f6b936f21de2a3de4be39771f30ddd6e9 (patch)
tree165968df2325f4f805d00c426c8bf42936cdd47e /core
parent765acd3170dca4320397fbdec41540b43e6d4315 (diff)
v1.0.1
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 84869645c..11289dfa4 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.45.0"
+version = "0.45.1"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]