Skip to content

Commit

Permalink
build: allow using yew-nested-router 0.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 4, 2023
1 parent 75a291f commit 6194da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-oauth2"
version = "0.6.2"
version = "0.6.3"
authors = ["Jens Reimann <jreimann@redhat.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -32,7 +32,7 @@ web-sys = { version = "0.3", features = [
] }

openidconnect = { version = "3.0", optional = true }
yew-nested-router = { version = "0.2", optional = true }
yew-nested-router = { version = ">=0.2, <0.4", optional = true }

[features]
# Enable for Yew nested router support
Expand Down

0 comments on commit 6194da9

Please sign in to comment.