From a711aa1274ad3c5f27ae3c3ceeb5e8a1644dff1b Mon Sep 17 00:00:00 2001 From: BlackDex Date: Wed, 8 Jul 2026 19:26:08 +0200 Subject: [PATCH] Update MSRV to v1.94.1 Signed-off-by: BlackDex --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8d3475f..909570e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] edition = "2024" -rust-version = "1.94.0" +rust-version = "1.94.1" license = "AGPL-3.0-only" repository = "https://github.com/dani-garcia/vaultwarden" publish = false