diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-04 15:46:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 15:46:39 -0400 |
commit | 5f67a202ff59f25ea183c261f664a6db06407e17 (patch) | |
tree | ffaf940e726db4f73bf1133670819900ca5020b6 /core | |
parent | 60f2d57fb7a01a438e99c5d2ea655cfa44641755 (diff) |
v1.0.0-rc1
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 81ca245ba..82d423467 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.42.0" +version = "0.42.1" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |