Bump yew-macro version to 0.14.1 (#1070)

This commit is contained in:
Justin Starry 2020-04-04 14:06:27 +08:00 committed by GitHub
parent ef441684ad
commit 039c8603ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ thiserror = "1"
toml = { version = "0.5", optional = true } toml = { version = "0.5", optional = true }
wasm-bindgen = { version = "0.2.60", optional = true } wasm-bindgen = { version = "0.2.60", optional = true }
wasm-bindgen-futures = { version = "0.4", optional = true } wasm-bindgen-futures = { version = "0.4", optional = true }
yew-macro = { version = "0.14.0", path = "crates/macro" } yew-macro = { version = "0.14.1", path = "crates/macro" }
[dependencies.web-sys] [dependencies.web-sys]
version = "0.3" version = "0.3"

View File

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