summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-06-12 18:43:09 +0200
committerGitHub <noreply@github.com>2020-06-12 18:43:09 +0200
commit7d41bacfba6a3557066345ecd282f0d83e4a4381 (patch)
treee0acb4bf342dd7f84a4a9b12d42a850b1f7391ed /cli
parente613bfe47a3ebec076c82d038738904114ff2a7c (diff)
v1.1.0
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 858732296..cfb0efbca 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.0.5"
+version = "1.1.0"
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.47.1" }
-deno_typescript = { path = "../deno_typescript", version = "0.47.1" }
+deno_core = { path = "../core", version = "0.48.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.48.0" }
[dependencies]
-deno_core = { path = "../core", version = "0.47.1" }
+deno_core = { path = "../core", version = "0.48.0" }
deno_lint = { version = "0.1.10" }
-deno_typescript = { path = "../deno_typescript", version = "0.47.1" }
+deno_typescript = { path = "../deno_typescript", version = "0.48.0" }
atty = "0.2.14"
base64 = "0.12.1"