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 /cli | |
parent | aa39dfc62f8fc88ebb3dfb01fbc979f30557ca9a (diff) |
v1.0.5
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 df90d9f15..77a1b64b0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.0.4" +version = "1.0.5" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -15,12 +15,12 @@ name = "deno" path = "main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.47.0" } -deno_typescript = { path = "../deno_typescript", version = "0.47.0" } +deno_core = { path = "../core", version = "0.47.1" } +deno_typescript = { path = "../deno_typescript", version = "0.47.1" } [dependencies] -deno_core = { path = "../core", version = "0.47.0" } -deno_typescript = { path = "../deno_typescript", version = "0.47.0" } +deno_core = { path = "../core", version = "0.47.1" } +deno_typescript = { path = "../deno_typescript", version = "0.47.1" } atty = "0.2.14" base64 = "0.12.1" |