summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-06-03 12:52:01 -0400
committerGitHub <noreply@github.com>2020-06-03 12:52:01 -0400
commit515d19d901e7e5dbc04670807a2bd1cea237e9e8 (patch)
tree6e2e943ea28e126521c1f2d7f67fed2b803e24e5 /core
parentaa39dfc62f8fc88ebb3dfb01fbc979f30557ca9a (diff)
v1.0.5
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 8acea9283..93da1dc90 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.47.0"
+version = "0.47.1"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]