summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-11-16 11:14:00 +0100
committerGitHub <noreply@github.com>2020-11-16 11:14:00 +0100
commitab7b8ba8d15f37d6244784a16a3f4f3c96e38769 (patch)
tree5e80cfba7193240c8a2d961d3310589ef0b38131 /core
parent37fbbf8101e7003d6de3d342db38fa9c55ab568f (diff)
v1.5.3
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 512c1f8f6..768bfc122 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_core"
-version = "0.67.0"
+version = "0.68.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]