mirror of https://github.com/yewstack/yew
(cargo-release) version {{crate_name}}-v{{version}}
This commit is contained in:
parent
602f26d370
commit
b8ce0ff7b2
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "yew-macro"
|
||||
version = "0.19.3"
|
||||
version = "0.20.0"
|
||||
edition = "2021"
|
||||
authors = ["Justin Starry <justin@yew.rs>"]
|
||||
repository = "https://github.com/yewstack/yew"
|
||||
|
|
|
@ -23,7 +23,7 @@ indexmap = { version = "1", features = ["std"] }
|
|||
js-sys = "0.3"
|
||||
slab = "0.4"
|
||||
wasm-bindgen = "0.2"
|
||||
yew-macro = { version = "^0.19.0", path = "../yew-macro" }
|
||||
yew-macro = { version = "^0.20.0", path = "../yew-macro" }
|
||||
thiserror = "1.0"
|
||||
futures = { version = "0.3", default-features = false, features = ["std"] }
|
||||
html-escape = { version = "0.2.9", optional = true }
|
||||
|
|
Loading…
Reference in New Issue