From 298cb50d1d14bb0d9a5f0ae2ff0adbc9d0ee1788 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Thu, 9 Jan 2025 14:12:01 -0500 Subject: [PATCH] build: raise msrv (1.83.0) rust toolchain (1.84.0) --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af9b3817..9084c842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "vaultwarden" version = "1.0.0" authors = ["Daniel GarcĂ­a "] edition = "2021" -rust-version = "1.82.0" +rust-version = "1.83.0" resolver = "2" repository = "https://github.com/dani-garcia/vaultwarden" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2c76f619..b700ebf5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.83.0" +channel = "1.84.0" components = [ "rustfmt", "clippy" ] profile = "minimal"