summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-03-21 16:10:08 +0100
committerGitHub <noreply@github.com>2021-03-21 16:10:08 +0100
commitc08284ab9d215848af861606dbb2709f8357867e (patch)
tree33cc61ea4b088605d14c23d6feddeb2c4a778df7 /cli
parentc00872c0c0ad09fb0e45e7a10c6ffeff6a7bddef (diff)
chore: release crates (#9847)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 2174fe619..2b15ef9b4 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -24,8 +24,8 @@ harness = false
path = "./bench/main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.81.0" }
-deno_runtime = { path = "../runtime", version = "0.9.3" }
+deno_core = { path = "../core", version = "0.82.0" }
+deno_runtime = { path = "../runtime", version = "0.10.0" }
regex = "1.4.3"
serde = { version = "1.0.123", features = ["derive"] }
@@ -34,10 +34,10 @@ winapi = "0.3.9"
winres = "0.1.11"
[dependencies]
-deno_core = { path = "../core", version = "0.81.0" }
+deno_core = { path = "../core", version = "0.82.0" }
deno_doc = "0.1.23"
deno_lint = "0.2.19"
-deno_runtime = { path = "../runtime", version = "0.9.3" }
+deno_runtime = { path = "../runtime", version = "0.10.0" }
atty = "0.2.14"
base64 = "0.13.0"