diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-03 12:52:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 12:52:01 -0400 |
commit | 515d19d901e7e5dbc04670807a2bd1cea237e9e8 (patch) | |
tree | 6e2e943ea28e126521c1f2d7f67fed2b803e24e5 /core | |
parent | aa39dfc62f8fc88ebb3dfb01fbc979f30557ca9a (diff) |
v1.0.5
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 8acea9283..93da1dc90 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.47.0" +version = "0.47.1" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |