mirror of https://github.com/yewstack/yew
(cargo-release) version {{crate_name}}-v{{version}}
This commit is contained in:
parent
b8ce0ff7b2
commit
aa21702fc3
|
@ -8,7 +8,7 @@ description = "Agents for Yew"
|
|||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
yew = { version = "0.19.3", path = "../yew" }
|
||||
yew = { version = "0.20.0", path = "../yew" }
|
||||
gloo-worker = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/yewstack/yew"
|
|||
rust-version = "1.60.0"
|
||||
|
||||
[dependencies]
|
||||
yew = { version = "0.19.3", path = "../yew", default-features= false }
|
||||
yew = { version = "0.20.0", path = "../yew", default-features= false }
|
||||
yew-router-macro = { version = "0.16.0", path = "../yew-router-macro" }
|
||||
|
||||
wasm-bindgen = "0.2"
|
||||
|
@ -34,7 +34,7 @@ features = [
|
|||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
yew = { version = "0.19.3", path = "../yew", features = ["csr"] }
|
||||
yew = { version = "0.20.0", path = "../yew", features = ["csr"] }
|
||||
|
||||
[dev-dependencies.web-sys]
|
||||
version = "0.3"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "yew"
|
||||
version = "0.19.3"
|
||||
version = "0.20.0"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||
|
|
Loading…
Reference in New Issue