diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-16 16:47:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 10:47:12 -0400 |
commit | 00fa4858b071739c76965e3c9ae096f2084d701b (patch) | |
tree | f74def445ff171223c223b9482fc4ff526dc4b59 /cli | |
parent | 0c48470b353a721eac762003e26e5741f3bc1b5d (diff) |
v0.41.0
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 8d57352c4..92fc58208 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.40.0" +version = "0.41.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.40.0" } -deno_typescript = { path = "../deno_typescript", version = "0.40.0" } +deno_core = { path = "../core", version = "0.41.0" } +deno_typescript = { path = "../deno_typescript", version = "0.41.0" } [dependencies] -deno_core = { path = "../core", version = "0.40.0" } -deno_typescript = { path = "../deno_typescript", version = "0.40.0" } +deno_core = { path = "../core", version = "0.41.0" } +deno_typescript = { path = "../deno_typescript", version = "0.41.0" } atty = "0.2.14" base64 = "0.12.0" |