diff --git a/Cargo.toml b/Cargo.toml index 6c1d9fc..5e56f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/yew-oauth2-example/Cargo.toml b/yew-oauth2-example/Cargo.toml index a07473d..721246b 100644 --- a/yew-oauth2-example/Cargo.toml +++ b/yew-oauth2-example/Cargo.toml @@ -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 } diff --git a/yew-oauth2-redirect-example/Cargo.toml b/yew-oauth2-redirect-example/Cargo.toml index 7e83963..dd6662b 100644 --- a/yew-oauth2-redirect-example/Cargo.toml +++ b/yew-oauth2-redirect-example/Cargo.toml @@ -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 }