diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-07 14:40:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 14:40:20 -0400 |
commit | b2aaf708abd1af7c6df34a273a1720de63f93fcc (patch) | |
tree | 814e4cf6e3f9ce6d6dbc7e3a304a78bb2b6168c0 /ext/console | |
parent | 181e378032757938be88d8a02d6f87be191b47e2 (diff) |
chore: forward v1.20.5 release commit to main (#14232)
Diffstat (limited to 'ext/console')
-rw-r--r-- | ext/console/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml index cf6649974..1ba25b7d3 100644 --- a/ext/console/Cargo.toml +++ b/ext/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.45.0" +version = "0.46.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.127.0", path = "../../core" } +deno_core = { version = "0.128.0", path = "../../core" } |