From df1d36a759c1aa26f1f3b8222b009120e0925d3e Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 2 Apr 2021 15:19:39 +1100 Subject: chore: bump dependent crates for cli (#9964) --- op_crates/console/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'op_crates/console') diff --git a/op_crates/console/Cargo.toml b/op_crates/console/Cargo.toml index 8d2e9e647..b4f4549b1 100644 --- a/op_crates/console/Cargo.toml +++ b/op_crates/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.2.0" +version = "0.2.1" edition = "2018" description = "Implementation of Console API for Deno" authors = ["the Deno authors"] @@ -14,4 +14,4 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } -- cgit v1.2.3