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 e5af230315292e1159e5f07e9036245bc4b66a0d
parent 981a3240273da369912ffb6bae59acfcc7a0d0ef
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 19 Nov 2018 20:45:42 +0100

Merge branch 'master' into rocket-0.4

# Conflicts:
#	Cargo.toml

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

diff --git a/Cargo.toml b/Cargo.toml @@ -57,7 +57,7 @@ jsonwebtoken = "5.0.1" u2f = "0.1.2" # Yubico Library -yubico = { version = "=0.4.0", default-features = false } +yubico = { version = "=0.4.0", features = ["online"], default-features = false } # A `dotenv` implementation for Rust dotenv = { version = "0.13.0", default-features = false }