mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Unreleased Rust version in Cargo.toml? #1259
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linusg on GitHub.
Subject of the issue
When trying to compile vaultwarden from source,
cargo buildcomplains about the specified Rust version 1.57:016fe2269e/Cargo.toml (L6)The latest Rust release appears to be 1.56.1: https://github.com/rust-lang/rust/blob/master/RELEASES.md - is this on purpose? The only scenario I can imagine where this works is compiling Rust itself from source and they already bumped the version number before the official release. Thanks!
Deployment environment
N/A.
Steps to reproduce
Install latest release of Rust. Try to build vaultwarden.
Expected behaviour
Build is successful.
Actual behaviour
Build is not successful.
@BlackDex commented on GitHub:
The current version of Vaultwarden needs to be build with nightly. Also see the
rust-toolchainfile.Nightly starts at 1.57, and currently is at 1.58.