From 0c0e632bc99e707991da1af01d111580d1571ff9 Mon Sep 17 00:00:00 2001 From: BlackDex Date: Sat, 4 Mar 2023 19:18:38 +0100 Subject: Upd Crates, Rust, MSRV, GHA and remove Backtrace - Changed MSRV to v1.65. Discussed this with @dani-garcia, and we will support **N-2**. This is/will be the same as for the `time` crate we use. Also updated the wiki regarding this https://github.com/dani-garcia/vaultwarden/wiki/Building-binary - Removed backtrace crate in favor of `std::backtrace` stable since v1.65 - Updated Rust to v1.67.1 - Updated all the crates - Updated the GHA action versions - Adjusted the GHA MSRV build to extract the MSRV from `Cargo.toml` --- rustfmt.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml index 2867b141..1d5e440f 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,4 @@ -# version = "Two" edition = "2021" max_width = 120 newline_style = "Unix" use_small_heuristics = "Off" -# struct_lit_single_line = false -# overflow_delimited_expr = true -- cgit v1.2.3