diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-04 06:12:16 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-04 09:59:41 -0400 |
commit | 744e56cb58f90acde7baf8811676021fb55b2f2a (patch) | |
tree | 1ae6c5a952f545ff3501972fc8b5d4b3c5d1e318 /core | |
parent | 0a26230a8753c7bb4b0f318fb12af0b219337446 (diff) |
v0.3.6
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 63ca71767..b9a227343 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.3.5" +version = "0.3.6" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["The deno authors <bertbelder@nodejs.org>"] |