mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2057] Error on compiling #1142
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#1142
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 @BernhardFahr on GitHub (Oct 21, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2057
Subject of the issue
git clone https://github.com/dani-garcia/vaultwarden
cd vaultwarden
git tag
git checkout 1.23.0
cargo build --features sqlite --release
info: syncing channel updates for 'nightly-2021-10-14-x86_64-unknown-linux-gnu'
info: latest update on 2021-10-14, rust version 1.57.0-nightly (dfc5add91 2021-10-13)
info: downloading component 'rustc'
55.2 MiB / 55.2 MiB (100 %) 21.7 MiB/s in 3s ETA: 0s
info: downloading component 'rust-std'
25.0 MiB / 25.0 MiB (100 %) 19.8 MiB/s in 1s ETA: 0s
info: downloading component 'cargo'
info: downloading component 'rust-docs'
info: installing component 'rustc'
55.2 MiB / 55.2 MiB (100 %) 9.1 MiB/s in 6s ETA: 0s
info: installing component 'rust-std'
25.0 MiB / 25.0 MiB (100 %) 8.3 MiB/s in 3s ETA: 0s
info: installing component 'cargo'
info: installing component 'rust-docs'
17.9 MiB / 17.9 MiB (100 %) 4.6 MiB/s in 3s ETA: 0s
Updating crates.io index
error: failed to select a version for the requirement
bytes = "^1.1.0"candidate versions found which didn't match: 1.0.1, 1.0.0, 0.6.0, ...
location searched: crates.io index
required by package
vaultwarden v1.0.0 (/root/vaultwarden)Deployment environment
Install method:
Clients used:
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
Expected behaviour
Compile-Success
Actual behaviour
Compile aborts
Troubleshooting data
@BlackDex commented on GitHub (Oct 21, 2021):
Duplicate of #2056