Release v6.6.0

Includes:
	#173 - upgrade rustls.

Breaks:
	Application default's `with_client()` method has its argument
	order changed to match all other methods (client last).
This commit is contained in:
Lewin Bormann
2022-04-18 18:53:43 -07:00
parent fb658f6d10
commit b46a307481

View File

@@ -1,7 +1,7 @@
[package]
name = "yup-oauth2"
version = "6.5.1"
version = "6.6.0"
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"