mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #2116] Unreleased Rust version in Cargo.toml? #1159
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (Nov 24, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2116
Subject of the issue
When trying to compile vaultwarden from source,
cargo buildcomplains about the specified Rust version 1.57:github.com/dani-garcia/vaultwarden@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 (Nov 24, 2021):
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.