Skip to content

Commit ccd6591

Browse files
author
GitHub Action
committed
(cargo-release) version yew-router-macro-v0.20.0
1 parent 3d9fafe commit ccd6591

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yew-router-macro/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-router-macro"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

packages/yew-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version = "1.84.0"
1313

1414
[dependencies]
1515
yew = { version = "0.23.0", path = "../yew", default-features= false }
16-
yew-router-macro = { version = "0.19.0", path = "../yew-router-macro" }
16+
yew-router-macro = { version = "0.20.0", path = "../yew-router-macro" }
1717

1818
wasm-bindgen.workspace = true
1919
js-sys.workspace = true

0 commit comments

Comments
 (0)