diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-13 02:16:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 02:16:49 +0200 |
commit | 642dd3d3c433efb56e59e64f0b75c6951153b571 (patch) | |
tree | 9d9b5fe22b96b39e97bb03f67b067f40c9bb46d5 /core | |
parent | 9c020d8c27dd57057db645a96f7b4ec924074e37 (diff) |
chore: release crates (#11378)
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 848a2fee1..9819419ed 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. [package] name = "deno_core" -version = "0.92.0" +version = "0.93.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |