(cargo-release) version 0.3.0

This commit is contained in:
Cecile Tonglet 2021-05-15 12:19:29 +01:00 committed by Simon
parent 46d3b56ed6
commit b46d112ec5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "yewtil-macro"
version = "0.2.0"
version = "0.3.0"
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -41,7 +41,7 @@ serde = {version= "1.0.102", optional = true}
serde_json = { version = "1.0.41", optional = true }
wasm-bindgen = {version = "0.2.51", features=["serde-serialize"], optional = true}
wasm-bindgen-futures = {version = "0.4.3", optional = true}
yewtil-macro = { version = "0.2.0", path = "../yewtil-macro", optional = true }
yewtil-macro = { version = "^0.3.0", path = "../yewtil-macro", optional = true }
[dependencies.yew]
path = "../yew"