Skip to content

Commit 467935c

Browse files
committed
bump deps
also bump `aliri_braid` to 0.2, some api changes due to this
1 parent b94ad9f commit 467935c

File tree

6 files changed

+210
-224
lines changed

6 files changed

+210
-224
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.7.1...Unreleased)
88

9+
### Breaking
10+
11+
* Bumped `aliri_braid` to `0.2`, this change means that the `new` method on the types in `types` only take an owned string now
12+
* `AccessToken::new`, `ClientId::new`, `ClientSecret::new`, `CsrfToken::new` and `RefreshToken::new` now take a `String` instead of `impl Into<String>`
13+
914
## [v0.7.1] - 2022-08-27
1015

1116
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.7.0...v0.7.1)

0 commit comments

Comments
 (0)