diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-02-13 17:45:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 17:45:22 -0500 |
commit | 87c329c45ac0e3382c115793094317df15cbe5bf (patch) | |
tree | 7e67c73fe0875e6060b8b004d9763e4dcf9b284f /core | |
parent | 621aeef8364fcbd2da93b208971c51a4fbf08903 (diff) |
v0.33.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 f0d1fffc8..9b642991b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.32.0" +version = "0.33.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |