From 13a47e843d3e1256d9a0018bd703b7efdf0aeea9 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Fri, 11 Aug 2023 21:04:31 +0500 Subject: [PATCH] chore: Release gloo-console version 0.3.0 --- Cargo.toml | 2 +- crates/console/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd9b05f3..6d93be51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ gloo-file = { version = "0.3", path = "crates/file", optional = true } gloo-dialogs = { version = "0.2", path = "crates/dialogs", optional = true } gloo-storage = { version = "0.3", path = "crates/storage", optional = true } gloo-render = { version = "0.1", path = "crates/render", optional = true } -gloo-console = { version = "0.2", path = "crates/console", optional = true } +gloo-console = { version = "0.3", path = "crates/console", optional = true } gloo-utils = { version = "0.2", path = "crates/utils", optional = true } gloo-history = { version = "0.1", path = "crates/history", optional = true } gloo-worker = { version = "0.3", path = "crates/worker", optional = true } diff --git a/crates/console/Cargo.toml b/crates/console/Cargo.toml index 93ed4a8e..d55ed580 100644 --- a/crates/console/Cargo.toml +++ b/crates/console/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gloo-console" description = "Convenience crate for working with browser's console" -version = "0.2.3" +version = "0.3.0" authors = ["Rust and WebAssembly Working Group"] edition = "2021" license = "MIT OR Apache-2.0"