summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-06-26 23:45:12 +0200
committerGitHub <noreply@github.com>2020-06-26 17:45:12 -0400
commit5bc130be2722fe54d42004cc48536b390437ede3 (patch)
treed58ea06ac9f73165d81f99a2eacfca7ce9b95953 /core
parent598a7dcc8425c9b377d79dc86e298db862e45b91 (diff)
v1.1.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 8a691b5db..d2ac26482 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.48.1"
+version = "0.48.2"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]