1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-26 03:21:18 +00:00

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`
This commit is contained in:
BlackDex 2023-03-04 19:18:38 +01:00
commit 0c0e632bc9
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
27 changed files with 200 additions and 231 deletions

View file

@ -64,7 +64,7 @@ jobs:
steps:
# Checkout the repo
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
fetch-depth: 0