From 2e5c4c5b556e1928237c3837197f467a7b2aaf2d Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 5 Mar 2020 13:15:04 -0800 Subject: [PATCH] Bump version to v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75626d0..f30c06d 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.1.1" +version = "0.1.2" 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 1273556..6ac8c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitwarden_rs_ldap" -version = "0.1.1" +version = "0.1.2" authors = ["ViViDboarder "] edition = "2018"