diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-04 18:15:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 18:15:24 +0200 |
commit | a14b3c9e30a1b18f70519eac03be5a4648b65036 (patch) | |
tree | 8f0f821dd594e8bdb2437f46758950f36528c659 /cli | |
parent | e7147786f4a84a600817d72cf271fb3ec45cb550 (diff) |
v1.3.3
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 f743b2458..cd2ef0a84 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.3.2" +version = "1.3.3" 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.55.0" } -deno_web = { path = "../op_crates/web", version = "0.6.0" } +deno_core = { path = "../core", version = "0.56.0" } +deno_web = { path = "../op_crates/web", version = "0.7.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.55.0" } +deno_core = { path = "../core", version = "0.56.0" } deno_doc = { version = "0.1.4" } deno_lint = { version = "0.1.28", features = ["json"] } |