-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TokenStorage):
set()
returns Result<(), _>
That we, we are conforming to the style postulated by the standard library, which, if in doubt, should always be preferred. Fixes #5
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
|
||
name = "yup-oauth2" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
repository = "https://github.com/Byron/yup-oauth2" | ||
description = "A partial oauth2 implementation, providing the 'device' authorization flow" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters