diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-06-08 14:44:45 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-08 15:16:34 -0400 |
commit | d60bdb6350f2583e35d020f6cebb6aa30262fbcc (patch) | |
tree | 04cfeb0bb6428e0dc342dd286fb74e36c4fcdf23 /core | |
parent | 307e0927531025dd707a0f4dc3fd549b65598eb2 (diff) |
v0.8.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 7e1c7ff4d..301606321 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.7.0" +version = "0.8.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["The deno authors <bertbelder@nodejs.org>"] |