summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-02-20 10:29:21 -0500
committerRyan Dahl <ry@tinyclouds.org>2020-02-20 10:57:42 -0500
commita0d3b4ebc509d9e5dfca555084fd1100e114664a (patch)
tree0f152d07480588953f4a6087d773d4840f308804 /core
parent7e49d96cbcde1e8eb89d0fdd499be473822b725b (diff)
v0.34.0
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 9b642991b..0c1fb21ce 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.33.0"
+version = "0.34.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]