From e05929765c325843ccceb532c8ccbb243b11f157 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 2 Mar 2021 10:14:42 -0800 Subject: [PATCH] Bump version to v0.3.1 to fix alpine build --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a9fbc..6b79b08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bitwarden_rs_ldap" -version = "0.3.0" +version = "0.3.1" 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 2cc420d..ef39d1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitwarden_rs_ldap" -version = "0.3.0" +version = "0.3.1" authors = ["ViViDboarder "] edition = "2018"