diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-19 14:48:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 14:48:14 -0400 |
commit | bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05 (patch) | |
tree | ee2f5b6ac514a3814ce4604fe7b07e045f2b288b /cli | |
parent | cddaacc955a8e0e0ab16298f9fad85af7efb1d03 (diff) |
v1.1.1
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bd9e6fc66..61dd868c8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -15,13 +15,13 @@ name = "deno" path = "main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.48.0" } -deno_typescript = { path = "../deno_typescript", version = "0.48.0" } +deno_core = { path = "../core", version = "0.48.1" } +deno_typescript = { path = "../deno_typescript", version = "0.48.1" } [dependencies] -deno_core = { path = "../core", version = "0.48.0" } +deno_core = { path = "../core", version = "0.48.1" } deno_lint = "0.1.10" -deno_typescript = { path = "../deno_typescript", version = "0.48.0" } +deno_typescript = { path = "../deno_typescript", version = "0.48.1" } atty = "0.2.14" base64 = "0.12.2" |