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 cb4f6aa7f6ff70bcd3507c32122dbba72a7fb520
parent 5e13b1a7cbd9e2bffc7c69aa00ca74fe027957bc
Author: Jeremy Lin <jjlin@users.noreply.github.com>
Date:   Thu, 30 Jun 2022 23:40:35 -0700

Pin a specific version of Rust

The latest version (1.62.0) that was just released includes Clippy changes
(https://github.com/rust-lang/rust-clippy/issues/9014) that break the build.

Diffstat:
Mrust-toolchain | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-toolchain b/rust-toolchain @@ -1 +1 @@ -stable +1.61.0