From b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 23 Mar 2020 17:14:34 -0400 Subject: v0.37.1 --- cli/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fd10601c8..dac161731 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.37.0" +version = "0.37.1" 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.37.0" } -deno_typescript = { path = "../deno_typescript", version = "0.37.0" } +deno_core = { path = "../core", version = "0.37.1" } +deno_typescript = { path = "../deno_typescript", version = "0.37.1" } [dependencies] -deno_core = { path = "../core", version = "0.37.0" } -deno_typescript = { path = "../deno_typescript", version = "0.37.0" } +deno_core = { path = "../core", version = "0.37.1" } +deno_typescript = { path = "../deno_typescript", version = "0.37.1" } atty = "0.2.14" base64 = "0.11.0" -- cgit v1.2.3