Skip to content

Commit b134dd3

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.16.0"
3+
version = "0.17.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.60.0"
1313

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

1818
wasm-bindgen = "0.2"
1919
js-sys = "0.3"

0 commit comments

Comments
 (0)