From f9bb7949b8e64762fd160a61cb1760277f5df23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 26 Jul 2021 15:45:40 +0200 Subject: chore: release crates (#11519) --- extensions/console/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/console') diff --git a/extensions/console/Cargo.toml b/extensions/console/Cargo.toml index f5541b69e..dc11a9234 100644 --- a/extensions/console/Cargo.toml +++ b/extensions/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.12.0" +version = "0.13.0" 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.94.0", path = "../../core" } +deno_core = { version = "0.95.0", path = "../../core" } -- cgit v1.2.3