Release v6.5.1: Fix visibility of authorized_user module

This commit is contained in:
Lewin Bormann
2022-04-07 17:48:36 -07:00
parent 8762896a4c
commit 4a0c527d48
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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;