Version 0.13.0

This commit is contained in:
Curtis McEnroe 2017-08-23 17:18:24 -04:00
parent 97d5d0da9b
commit 2b1d229ca3
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root] [root]
name = "inth-oauth2" name = "inth-oauth2"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "inth-oauth2" name = "inth-oauth2"
version = "0.12.0" version = "0.13.0"
description = "OAuth2 client" description = "OAuth2 client"
keywords = ["authentication", "authorization", "auth", "oauth"] keywords = ["authentication", "authorization", "auth", "oauth"]