Error: No viable remote package found
fallback wanted: cargo install
#108
Labels
Report: feature request
New feature request
TL;DR,
binstall
fails whenquickinstall
release is missing or when other errors occur. Instead of failing, I'd like a fallback option that triescargo install
before giving up.Overall this project is really promising! I have a dozen or so changes like this that I want to make to my Dockerfile:
However, I've found that several of my packages neither have
binstall
metadata nor are they cached onhttps://github.com/alsuren/cargo-quickinstall/releases
.For context, here's the cargo-quickinstall docs:
Does
binstall
intentionally lack that behavior? If so, it might be nice to have a note about that on the README; I expected a fallback, considering this project's relationship toquickinstall
. If not, consider this a feature request.The text was updated successfully, but these errors were encountered: