diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-02-20 10:29:21 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2020-02-20 10:57:42 -0500 |
commit | a0d3b4ebc509d9e5dfca555084fd1100e114664a (patch) | |
tree | 0f152d07480588953f4a6087d773d4840f308804 /core | |
parent | 7e49d96cbcde1e8eb89d0fdd499be473822b725b (diff) |
v0.34.0
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
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"] |