You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to select a version for the requirement `handlebars = "^5.1.1"`
candidate versions found which didn't match: 5.1.0, 5.0.0, 5.0.0-beta.5, ...
https://docs.rs/handlebars/latest/handlebars/index.html does say for 5.1.1: This release has been yanked, go to latest version. I build debian packages for ubuntu and debian stable. 1.30.2 was fine but ran into this today.
Installing vaultwarden v1.0.0 (/__w/vaultwarden-deb/vaultwarden-deb/vaultwarden-1.30.3)
Updating crates.io index
error: failed to compile `vaultwarden v1.0.0 (/__w/vaultwarden-deb/vaultwarden-deb/vaultwarden-1.30.3)`, intermediate artifacts can be found at `/__w/vaultwarden-deb/vaultwarden-deb/vaultwarden-1.30.3/target`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Caused by:
failed to select a version for the requirement `handlebars = "^5.1.1"`
candidate versions found which didn't match: 5.1.0, 5.0.0, 5.0.0-beta.5, ...
location searched: crates.io index
required by package `vaultwarden v1.0.0 (/__w/vaultwarden-deb/vaultwarden-deb/vaultwarden-1.30.3)`
if you are looking for the prerelease package it needs to be specified explicitly
handlebars = { version = "5.0.0-beta.5" }
perhaps a crate was updated and forgotten to be re-vendored?
The text was updated successfully, but these errors were encountered:
dionysius
changed the title
Compilation fails for 1.30.3 on ubuntu & debian, seems to not find handlebars
Compilation fails for 1.30.3 on ubuntu & debian, handlebars 5.1.1 has been yanked
Feb 2, 2024
dionysius
changed the title
Compilation fails for 1.30.3 on ubuntu & debian, handlebars 5.1.1 has been yanked
Compilation fails on ubuntu & debian, handlebars 5.1.1 has been yanked
Feb 2, 2024
Because handlebars yanked a version which was there for a few days, we
need to downgrade this crate. In this process update all the others.
Fixesdani-garcia#4307
Subject of the issue
https://docs.rs/handlebars/latest/handlebars/index.html does say for 5.1.1: This release has been yanked, go to latest version. I build debian packages for ubuntu and debian stable. 1.30.2 was fine but ran into this today.
Troubleshooting data
https://github.com/dionysius/vaultwarden-deb/actions/runs/7756133150
The text was updated successfully, but these errors were encountered: