diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-21 18:11:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 18:11:33 +0200 |
commit | 999e5cf3d44ba41d988f0f3b4f94439a3b794bdc (patch) | |
tree | a5918bfdf92925a719581b178e0ff54898b306ca /cli | |
parent | 9eca347f738ae5e71dbb64e8a71edf9352a7132f (diff) |
v1.3.1
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 d35ce7951..f1f72045d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.3.0" +version = "1.3.1" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -15,15 +15,15 @@ name = "deno" path = "main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.53.0" } -deno_web = { path = "../op_crates/web", version = "0.3.0" } +deno_core = { path = "../core", version = "0.54.0" } +deno_web = { path = "../op_crates/web", version = "0.4.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.53.0" } +deno_core = { path = "../core", version = "0.54.0" } deno_doc = { version = "0.1.0" } deno_lint = { version = "0.1.23", features = ["json"] } |