summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-29 18:48:48 +0200
committerGitHub <noreply@github.com>2020-05-29 18:48:48 +0200
commit106b00173806e088472e123d04fdc8d260c3820d (patch)
tree1935ca0e2986a000a36cb1225a24b8522c7d36d8 /cli
parent8e39275429c36ff5dfa5d62a80713c5b288fe26a (diff)
v1.0.3
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 ad3f59ad8..47b77e848 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.0.2"
+version = "1.0.3"
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.45.0" }
-deno_typescript = { path = "../deno_typescript", version = "0.45.0" }
+deno_core = { path = "../core", version = "0.46.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.46.0" }
[dependencies]
-deno_core = { path = "../core", version = "0.45.0" }
-deno_typescript = { path = "../deno_typescript", version = "0.45.0" }
+deno_core = { path = "../core", version = "0.46.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.46.0" }
atty = "0.2.14"
base64 = "0.12.0"