diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-02 15:48:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 15:48:17 +0200 |
commit | 9c59a4b18c0aac3699d210c1f05f152651ddca28 (patch) | |
tree | ab6ce74287b004619fcccd03a9b4b58089b8f380 /core | |
parent | 3fe6bc1b82a10bed1d907b749b1cc200659df612 (diff) |
v1.0.4
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 1aac0c9f5..27fd47086 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.46.0" +version = "0.47.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |