vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 69a18255c682a7b45f47fd05c73610c817068d0e
parent c40baf5e174fc7652a2b4b821f8c97c329424aad
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Tue, 21 Aug 2018 21:21:54 +0100

Bump up version to 1.0.0

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitwarden_rs" -version = "0.13.0" +version = "1.0.0" authors = ["Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>"] [dependencies]