From b8ce0ff7b228edf80112ed36e14b7c62d74382fe Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 25 Nov 2022 13:07:47 +0000 Subject: [PATCH] (cargo-release) version {{crate_name}}-v{{version}} --- packages/yew-macro/Cargo.toml | 2 +- packages/yew/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/yew-macro/Cargo.toml b/packages/yew-macro/Cargo.toml index d9eef17b6..2eae23fa6 100644 --- a/packages/yew-macro/Cargo.toml +++ b/packages/yew-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yew-macro" -version = "0.19.3" +version = "0.20.0" edition = "2021" authors = ["Justin Starry "] repository = "https://github.com/yewstack/yew" diff --git a/packages/yew/Cargo.toml b/packages/yew/Cargo.toml index 366880592..e65b862f7 100644 --- a/packages/yew/Cargo.toml +++ b/packages/yew/Cargo.toml @@ -23,7 +23,7 @@ indexmap = { version = "1", features = ["std"] } js-sys = "0.3" slab = "0.4" wasm-bindgen = "0.2" -yew-macro = { version = "^0.19.0", path = "../yew-macro" } +yew-macro = { version = "^0.20.0", path = "../yew-macro" } thiserror = "1.0" futures = { version = "0.3", default-features = false, features = ["std"] } html-escape = { version = "0.2.9", optional = true }