mirror of https://github.com/yewstack/yew
Bump yew-macro version to 0.14.1 (#1070)
This commit is contained in:
parent
ef441684ad
commit
039c8603ae
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue