Skip to content

Commit aa21702

Browse files
author
GitHub Action
committed
(cargo-release) version {{crate_name}}-v{{version}}
1 parent b8ce0ff commit aa21702

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/yew-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Agents for Yew"
88
license = "MIT OR Apache-2.0"
99

1010
[dependencies]
11-
yew = { version = "0.19.3", path = "../yew" }
11+
yew = { version = "0.20.0", path = "../yew" }
1212
gloo-worker = "0.1"
1313

1414
[dev-dependencies]

packages/yew-router/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/yewstack/yew"
1212
rust-version = "1.60.0"
1313

1414
[dependencies]
15-
yew = { version = "0.19.3", path = "../yew", default-features= false }
15+
yew = { version = "0.20.0", path = "../yew", default-features= false }
1616
yew-router-macro = { version = "0.16.0", path = "../yew-router-macro" }
1717

1818
wasm-bindgen = "0.2"
@@ -34,7 +34,7 @@ features = [
3434
[dev-dependencies]
3535
wasm-bindgen-test = "0.3"
3636
serde = { version = "1", features = ["derive"] }
37-
yew = { version = "0.19.3", path = "../yew", features = ["csr"] }
37+
yew = { version = "0.20.0", path = "../yew", features = ["csr"] }
3838

3939
[dev-dependencies.web-sys]
4040
version = "0.3"

packages/yew/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yew"
3-
version = "0.19.3"
3+
version = "0.20.0"
44
edition = "2021"
55
authors = [
66
"Denis Kolodin <deniskolodin@gmail.com>",

0 commit comments

Comments
 (0)