diff options
author | Bert Belder <bertbelder@gmail.com> | 2021-05-17 18:34:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 18:34:09 +0200 |
commit | aecdbba2c25d08d771a4e4fbeb62cac60015a3bd (patch) | |
tree | 3bf310c63aa4014e36b95f8817a838a94fca2b71 /cli | |
parent | 94eabfeeba3849a5d3a853eca337e0628f4524e1 (diff) | |
parent | 9ad52a28e500931a291e9658f155c4c3861de61a (diff) |
Merge v1.10.2 into main (#10669)
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 c3ec15496..44976eff1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.10.1" +version = "1.10.2" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -20,8 +20,8 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.87.0" } -deno_runtime = { path = "../runtime", version = "0.14.0" } +deno_core = { path = "../core", version = "0.88.0" } +deno_runtime = { path = "../runtime", version = "0.15.0" } regex = "1.4.3" serde = { version = "1.0.125", features = ["derive"] } @@ -30,10 +30,10 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.87.0" } +deno_core = { path = "../core", version = "0.88.0" } deno_doc = "0.4.0" deno_lint = "0.5.0" -deno_runtime = { path = "../runtime", version = "0.14.0" } +deno_runtime = { path = "../runtime", version = "0.15.0" } atty = "0.2.14" base64 = "0.13.0" |