Skip to content

Commit

Permalink
chore: use final version of yew-nested-router
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Apr 19, 2024
1 parent 4755083 commit a86e833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -33,7 +33,7 @@ web-sys = { version = "0.3", features = [
] }

openidconnect = { version = "3.0", optional = true }
yew-nested-router = { version = "0.7.0-alpha.1", optional = true }
yew-nested-router = { version = "0.7.0", optional = true }

[features]
# Enable for OpenID Connect support
Expand Down
2 changes: 1 addition & 1 deletion yew-oauth2-example/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ time = "0.3"
wasm-bindgen = "0.2.92"
wasm-logger = "0.2"
yew = { version = "0.21.0", features = ["csr"] }
yew-nested-router = "0.7.0-alpha.1"
yew-nested-router = "0.7.0"

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

Expand Down
2 changes: 1 addition & 1 deletion yew-oauth2-redirect-example/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ time = "0.3"
wasm-bindgen = "0.2.92"
wasm-logger = "0.2"
yew = { version = "0.21.0", features = ["csr"] }
yew-nested-router = "0.7.0-alpha.1"
yew-nested-router = "0.7.0"

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

Expand Down

0 comments on commit a86e833

Please sign in to comment.