We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa21702 commit b134dd3Copy full SHA for b134dd3
packages/yew-router-macro/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "yew-router-macro"
3
-version = "0.16.0"
+version = "0.17.0"
4
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
packages/yew-router/Cargo.toml
@@ -13,7 +13,7 @@ rust-version = "1.60.0"
13
14
[dependencies]
15
yew = { version = "0.20.0", path = "../yew", default-features= false }
16
-yew-router-macro = { version = "0.16.0", path = "../yew-router-macro" }
+yew-router-macro = { version = "0.17.0", path = "../yew-router-macro" }
17
18
wasm-bindgen = "0.2"
19
js-sys = "0.3"
0 commit comments