(cargo-release) version {{crate_name}}-v{{version}}

This commit is contained in:
GitHub Action 2022-11-25 13:07:47 +00:00
parent 602f26d370
commit b8ce0ff7b2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "yew-macro"
version = "0.19.3"
version = "0.20.0"
edition = "2021"
authors = ["Justin Starry <justin@yew.rs>"]
repository = "https://github.com/yewstack/yew"

View File

@ -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 }