diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-29 23:04:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 17:04:05 -0400 |
commit | f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a (patch) | |
tree | 6468aa0f98b67b4779346e5197429f3ee87ee648 /core | |
parent | bc792c02674cc22459a3016b271f9c5b70e9d573 (diff) |
v0.42.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 d05fdd333..81ca245ba 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.41.0" +version = "0.42.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |