diff --git a/Cargo.lock b/Cargo.lock index 49a89cd..d182630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "inth-oauth2" -version = "0.8.1" +version = "0.9.0" dependencies = [ "chrono 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 21c63c2..9bb18bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inth-oauth2" -version = "0.8.1" +version = "0.9.0" description = "OAuth2 client" keywords = ["authentication", "authorization", "auth", "oauth"]