diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-09 21:37:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 15:37:22 -0400 |
commit | d8f5b37218715bbc624eb53dd4b7409867b2c803 (patch) | |
tree | 04266e231926cc5394f2839d29f92fcb5c21e6c0 /core | |
parent | 1fddcc372196466799789350e7950cef1a38d35e (diff) |
1.0.0-rc2
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 cc979bff8..693d13a93 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.42.1" +version = "0.43.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |