From 3e0290810210bcc9cd22d256f7b2b9e93d13d9cb Mon Sep 17 00:00:00 2001 From: Andreas Monitzer Date: Mon, 16 Aug 2021 15:07:55 +0200 Subject: [PATCH] Version bump to 0.0.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e57990..db61c24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,7 +682,7 @@ dependencies = [ [[package]] name = "rust-keycloak" -version = "0.0.6" +version = "0.0.7" dependencies = [ "jsonwebtoken", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 3caef50..a220a2d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-keycloak" -version = "0.0.6" +version = "0.0.7" description = "rust-keycloak is a Rust crate providing access to the Keycloak API." repository = "https://github.com/tritone11/rust-keycloak" keywords = ["keycloak", "rust"]