diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-19 20:20:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 20:20:42 +0200 |
commit | cd445a2a0d945c4f224878aabb46ad3c7f119a7e (patch) | |
tree | cf7eb1f6b8e2778b45e0f9b539347501d878acd7 /core | |
parent | 08d2c7250bc47db8fef96a52b3a39508a0ecc8f8 (diff) |
chore: release crates (#11454)
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 9819419ed..cea526847 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.93.0" +version = "0.94.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |