diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-01-21 12:16:59 -0500 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-21 12:44:05 -0500 |
commit | 7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa (patch) | |
tree | f22f75af3625a6c797055f627d20bc46df3644de /cli | |
parent | 9de8178c9b9bc21cc880ea81f163118408cc6c46 (diff) |
v0.30.1
This patch release is being done only to test crate publishing, hence
lack of release notes or published binaries.
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a8f6e4c61..cec82a989 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.30.0" +version = "0.30.1" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -19,11 +19,11 @@ name = "deno" path = "main.rs" [build-dependencies] -deno_typescript = { path = "../deno_typescript", version = "0.30.0" } +deno_typescript = { path = "../deno_typescript", version = "0.30.1" } [dependencies] -deno_core = { path = "../core", version = "0.30.0" } -deno_typescript = { path = "../deno_typescript", version = "0.30.0" } +deno_core = { path = "../core", version = "0.30.1" } +deno_typescript = { path = "../deno_typescript", version = "0.30.1" } ansi_term = "0.11.0" atty = "0.2.13" |