From 08dcdd2bbacf50903942e98bac52ee112c413296 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Sun, 13 Jun 2021 20:09:36 -0700 Subject: [PATCH] Bump minor version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6002b2..11ca43d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1539,7 +1539,7 @@ dependencies = [ [[package]] name = "vaultwarden_ldap" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "ldap3 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a6a3793..9b6f1b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vaultwarden_ldap" -version = "0.4.0" +version = "0.5.0" authors = ["ViViDboarder "] edition = "2018"