summaryrefslogtreecommitdiff
path: root/ext/console
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-11-24 15:56:18 -0800
committerGitHub <noreply@github.com>2021-11-24 15:56:18 -0800
commitc6f3493f18f6b8e3c9b1a88523bb900d16b1fc2d (patch)
tree670ddb57e39941e6379c1695ac17b9e18069137b /ext/console
parentadc5974333174bd59796f5b7bb8b010c17479dd0 (diff)
chore: merge v1.16.3 into main (#12892)
Diffstat (limited to 'ext/console')
-rw-r--r--ext/console/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index c9ba52b34..ce706a14f 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.26.0"
+version = "0.27.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,4 +14,4 @@ description = "Implementation of Console API for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.108.0", path = "../../core" }
+deno_core = { version = "0.109.0", path = "../../core" }