From 2f6ecc6860e619eb20ba23c68a2aa525a3c58f06 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 7 May 2021 12:58:48 -0700 Subject: [PATCH] Bump version for vaultwarden release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6783655..58569b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1331,7 +1331,7 @@ dependencies = [ [[package]] name = "vaultwarden_ldap" -version = "0.3.1" +version = "0.4.0" dependencies = [ "ldap3 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2297c9f..3d07b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vaultwarden_ldap" -version = "0.3.1" +version = "0.4.0" authors = ["ViViDboarder "] edition = "2018"