(cargo-release) version 0.18.0

This commit is contained in:
Cecile Tonglet 2021-05-15 16:05:20 +05:00 committed by Simon
parent e99e83ad37
commit e1f539a085
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -38,6 +38,9 @@ rmp-serde = { version = "0.15.0", optional = true }
serde_cbor = { version = "0.11.1", optional = true }
serde_yaml = { version = "0.8.4", optional = true }
toml = { version = "0.5", optional = true }
wasm-bindgen = { version = "0.2.60", optional = true }
wasm-bindgen-futures = { version = "0.4", optional = true }
yew-macro = { version = "^0.18.0", path = "../yew-macro" }
[dependencies.web-sys]
version = "0.3"