Skip to content

Commit 3187de3

Browse files
committed
chore: allow using a newer version of the nested router
1 parent 9fdc57e commit 3187de3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yew-oauth2"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Jens Reimann <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -32,7 +32,7 @@ web-sys = { version = "0.3", features = [
3232
] }
3333

3434
openidconnect = { version = "3.0", optional = true }
35-
yew-nested-router = { version = "0.5", optional = true }
35+
yew-nested-router = { version = ">=0.5, <0.7", optional = true }
3636

3737
[features]
3838
# Enable for Yew nested router support

yew-oauth2-example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ time = "0.3"
1414
wasm-bindgen = "0.2.79"
1515
wasm-logger = "0.2"
1616
yew = { version = "0.21", features = ["csr"] }
17-
yew-nested-router = "0.5"
17+
yew-nested-router = "0.6.1"
1818

1919
openidconnect = { version = "3.0", optional = true }
2020

yew-oauth2-redirect-example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ time = "0.3"
1313
wasm-bindgen = "0.2.79"
1414
wasm-logger = "0.2"
1515
yew = { version = "0.21.0", features = ["csr"] }
16-
yew-nested-router = "0.5"
16+
yew-nested-router = "0.6.1"
1717

1818
openidconnect = { version = "3.0", optional = true }
1919

0 commit comments

Comments
 (0)