diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-23 17:14:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-23 17:14:34 -0400 |
| commit | b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d (patch) | |
| tree | a1387e779f0ae3b743ba9a3fff9ee1cff71935bd /cli | |
| parent | 449dbe5272aef429067abe3226d30f640fd3bac3 (diff) | |
v0.37.1
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 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" |
