(cargo-release) version yew-macro-v0.19.0 (#2245)

This commit is contained in:
Julius Lungys 2021-12-06 16:33:32 +02:00 committed by GitHub
parent a0c16e1179
commit d3d4b1dae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -24,7 +24,7 @@ js-sys = "0.3"
slab = "0.4"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
yew-macro = { version = "^0.18.0", path = "../yew-macro" }
yew-macro = { version = "^0.19.0", path = "../yew-macro" }
scoped-tls-hkt = "0.1"