Skip to content

Commit

Permalink
docs: prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 8, 2023
1 parent 53865bc commit 0fb7fde
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,13 +7,13 @@
Add to your `Cargo.toml`:

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

By default, the `router` integration is disabled, you can enable it using:

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

## OpenID Connect
Expand Down

0 comments on commit 0fb7fde

Please sign in to comment.