Skip to content

Commit

Permalink
chore: use released versions of yew-nested-router
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 2, 2023
1 parent 9c44b61 commit 857770a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ rust-version = "1.61"

[dependencies]
async-trait = "0.1"
gloo-storage = "0.2"
gloo-timers = "0.2"
gloo-utils = "0.1"
gloo-storage = "0.3"
gloo-timers = "0.3"
gloo-utils = "0.2"
js-sys = "0.3"
log = "0.4"
num-traits = "0.2"
Expand All @@ -32,7 +32,7 @@ web-sys = { version = "0.3", features = [
] }

openidconnect = { version = "3.0", optional = true }
yew-nested-router = { git = "https://github.com/mh84/yew-nested-router", rev = "de83197b27eef473afcf8a77776cd3bd245e2d56", optional = true }
yew-nested-router = { version = "0.4", optional = true }

[features]
# Enable for Yew nested router support
Expand Down
2 changes: 1 addition & 1 deletion yew-oauth2-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1"
wasm-bindgen = "0.2.79"
wasm-logger = "0.2"
yew = { version = "0.21", features = ["csr"] }
yew-nested-router = { git = "https://github.com/mh84/yew-nested-router", rev = "de83197b27eef473afcf8a77776cd3bd245e2d56" }
yew-nested-router = "0.4"

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

Expand Down
2 changes: 1 addition & 1 deletion yew-oauth2-redirect-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1"
wasm-bindgen = "0.2.79"
wasm-logger = "0.2"
yew = { version = "0.21.0", features = ["csr"] }
yew-nested-router = { git = "https://github.com/mh84/yew-nested-router", rev = "de83197b27eef473afcf8a77776cd3bd245e2d56" }
yew-nested-router = "0.4"

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

Expand Down

0 comments on commit 857770a

Please sign in to comment.