mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-06 03:09:38 +01:00
Release v6.5.1: Fix visibility of authorized_user module
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "yup-oauth2"
|
||||
version = "6.5.0"
|
||||
version = "6.5.1"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>", "Lewin Bormann <lbo@spheniscida.de>"]
|
||||
repository = "https://github.com/dermesser/yup-oauth2"
|
||||
description = "An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows"
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
mod application_default_credentials;
|
||||
pub mod authenticator;
|
||||
pub mod authenticator_delegate;
|
||||
mod authorized_user;
|
||||
pub mod authorized_user;
|
||||
mod device;
|
||||
pub mod error;
|
||||
mod helper;
|
||||
|
||||
Reference in New Issue
Block a user