mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
(cargo-release) version {{crate_name}}-v{{version}}
This commit is contained in:
parent
de9c1ebb39
commit
1bbe75ec9b
@ -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…
x
Reference in New Issue
Block a user