[PR #3310] [MERGED] Upd Crates, Rust, MSRV, GHA and remove Backtrace #3234

Closed
opened 2026-02-05 05:19:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3310
Author: @BlackDex
Created: 3/5/2023
Status: Merged
Merged: 3/7/2023
Merged by: @BlackDex

Base: mainHead: msrv-changes


📝 Commits (1)

  • 0c0e632 Upd Crates, Rust, MSRV, GHA and remove Backtrace

📊 Changes

27 files changed (+200 additions, -231 deletions)

View changed files

📝 .github/workflows/build.yml (+23 -13)
📝 .github/workflows/hadolint.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 Cargo.lock (+134 -174)
📝 Cargo.toml (+10 -8)
📝 README.md (+5 -4)
clippy.toml (+0 -1)
📝 docker/Dockerfile.j2 (+5 -5)
📝 docker/amd64/Dockerfile (+1 -1)
📝 docker/amd64/Dockerfile.alpine (+1 -1)
📝 docker/amd64/Dockerfile.buildkit (+1 -1)
📝 docker/amd64/Dockerfile.buildkit.alpine (+1 -1)
📝 docker/arm64/Dockerfile (+1 -1)
📝 docker/arm64/Dockerfile.alpine (+1 -1)
📝 docker/arm64/Dockerfile.buildkit (+1 -1)
📝 docker/arm64/Dockerfile.buildkit.alpine (+1 -1)
📝 docker/armv6/Dockerfile (+1 -1)
📝 docker/armv6/Dockerfile.alpine (+1 -1)
📝 docker/armv6/Dockerfile.buildkit (+1 -1)
📝 docker/armv6/Dockerfile.buildkit.alpine (+1 -1)

...and 7 more files

📄 Description

  • 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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/3310 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/5/2023 **Status:** ✅ Merged **Merged:** 3/7/2023 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `msrv-changes` --- ### 📝 Commits (1) - [`0c0e632`](https://github.com/dani-garcia/vaultwarden/commit/0c0e632bc99e707991da1af01d111580d1571ff9) Upd Crates, Rust, MSRV, GHA and remove Backtrace ### 📊 Changes **27 files changed** (+200 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+23 -13) 📝 `.github/workflows/hadolint.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `Cargo.lock` (+134 -174) 📝 `Cargo.toml` (+10 -8) 📝 `README.md` (+5 -4) ➖ `clippy.toml` (+0 -1) 📝 `docker/Dockerfile.j2` (+5 -5) 📝 `docker/amd64/Dockerfile` (+1 -1) 📝 `docker/amd64/Dockerfile.alpine` (+1 -1) 📝 `docker/amd64/Dockerfile.buildkit` (+1 -1) 📝 `docker/amd64/Dockerfile.buildkit.alpine` (+1 -1) 📝 `docker/arm64/Dockerfile` (+1 -1) 📝 `docker/arm64/Dockerfile.alpine` (+1 -1) 📝 `docker/arm64/Dockerfile.buildkit` (+1 -1) 📝 `docker/arm64/Dockerfile.buildkit.alpine` (+1 -1) 📝 `docker/armv6/Dockerfile` (+1 -1) 📝 `docker/armv6/Dockerfile.alpine` (+1 -1) 📝 `docker/armv6/Dockerfile.buildkit` (+1 -1) 📝 `docker/armv6/Dockerfile.buildkit.alpine` (+1 -1) _...and 7 more files_ </details> ### 📄 Description - 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` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:19:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3234