diff options
author | BlackDex <[email protected]> | 2023-03-04 19:18:38 +0100 |
---|---|---|
committer | BlackDex <[email protected]> | 2023-03-07 09:17:42 +0100 |
commit | 0c0e632bc99e707991da1af01d111580d1571ff9 (patch) | |
tree | f11cf7657272c127acee2421c8b990e23f9eb737 /rust-toolchain | |
parent | a13a5bd1d8c3fea3fce80eba6e8c3aa8880855dd (diff) | |
download | vaultwarden-0c0e632bc99e707991da1af01d111580d1571ff9.tar.gz vaultwarden-0c0e632bc99e707991da1af01d111580d1571ff9.zip |
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`
Diffstat (limited to 'rust-toolchain')
-rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index 65ee0959..737e2ba5 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.67.0 +1.67.1 |