summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-02-03 16:36:07 +0100
committerGitHub <noreply@github.com>2020-02-03 16:36:07 +0100
commitf4cc08c4fc97f86d82b860ac11a134dad75dfdca (patch)
tree856b87f4faf9a1318e7f8b5ebb2df7c161a90a1a /cli
parent2b0cf74a8f6335ae4e8ef2dfe1010d2695b1c518 (diff)
v0.32.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 f90532a4c..50f38dad3 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.31.0"
+version = "0.32.0"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -19,12 +19,12 @@ name = "deno"
path = "main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.31.0" }
-deno_typescript = { path = "../deno_typescript", version = "0.31.0" }
+deno_core = { path = "../core", version = "0.32.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.32.0" }
[dependencies]
-deno_core = { path = "../core", version = "0.31.0" }
-deno_typescript = { path = "../deno_typescript", version = "0.31.0" }
+deno_core = { path = "../core", version = "0.32.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.32.0" }
ansi_term = "0.11.0"
atty = "0.2.13"