Bump version to v0.1.2

This commit is contained in:
ViViDboarder 2020-03-05 13:15:04 -08:00
parent 7f35c2a989
commit 2e5c4c5b55
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "bitwarden_rs_ldap"
version = "0.1.1"
version = "0.1.2"
authors = ["ViViDboarder <vividboarder@gmail.com>"]
edition = "2018"