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 abf5f97f65941f77c1c2f67024a33574c33388cf
parent 34a150d759fe88375c677fdabe69ea0fdcfbc468
Author: Zack Newman <zack@philomathiclife.com>
Date:   Sun,  8 Dec 2024 12:40:05 -0700

update msrv

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

diff --git a/Cargo.toml b/Cargo.toml @@ -10,7 +10,7 @@ name = "vw_small" publish = false readme = "README.md" repository = "https://git.philomathiclife.com/repos/vw_small/" -rust-version = "1.78.0" +rust-version = "1.82.0" version = "3.0.0" [target.'cfg(target_os = "openbsd")'.dependencies]