diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-29 15:53:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 09:53:13 -0400 |
commit | ac705b793612db6cc11b13270907e216e07460b3 (patch) | |
tree | 14fee2326e41a9cb5f2f3158cc4183933994defb /cli | |
parent | 16513d8e6200d092dde31fdf16587c2dd42e3190 (diff) |
v1.3.2
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 751a7c461..ea9e575b8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.3.1" +version = "1.3.2" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -20,15 +20,15 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.54.0" } -deno_web = { path = "../op_crates/web", version = "0.4.0" } +deno_core = { path = "../core", version = "0.55.0" } +deno_web = { path = "../op_crates/web", version = "0.5.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.54.0" } +deno_core = { path = "../core", version = "0.55.0" } deno_doc = { version = "0.1.2" } deno_lint = { version = "0.1.25", features = ["json"] } |