Skip to content

Commit

Permalink
docs: uptick version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 26, 2024
1 parent 68e8cfc commit 7c841a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
Add to your `Cargo.toml`:

```toml
yew-oauth2 = "0.9"
yew-oauth2 = "0.10"
```

By default, the `router` integration for [`yew-nested-router`](https://github.com/ctron/yew-nested-router) is disabled,
you can enable it using:

```toml
yew-oauth2 = { version = "0.9", features = ["router"] }
yew-oauth2 = { version = "0.10", features = ["router"] }
```

## OpenID Connect
Expand Down

0 comments on commit 7c841a3

Please sign in to comment.