summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-06-19 14:48:14 -0400
committerGitHub <noreply@github.com>2020-06-19 14:48:14 -0400
commitbdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05 (patch)
treeee2f5b6ac514a3814ce4604fe7b07e045f2b288b /core
parentcddaacc955a8e0e0ab16298f9fad85af7efb1d03 (diff)
v1.1.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 78c3471f4..bb7b3dd96 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.48.0"
+version = "0.48.1"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]