diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-02-28 22:39:26 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2020-02-28 23:49:49 -0500 |
commit | a29343c7d6b5dad26c5d501eb6d21e9caf382a58 (patch) | |
tree | d0b420cd9100576eaafbbaf76f0fc250227bec31 /core | |
parent | ab2798874f374e4ed50aa4595290ea2a285507bc (diff) |
v0.35.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 e5ea520f7..97b9c6455 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.34.0" +version = "0.35.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |