Closed satvikpendem closed 1 year ago
Can't reproduce this:
$ target/debug/cargo-install-update install-update -li erdtree
Polling registry 'https://index.crates.io/'.
Package Installed Latest Needs update
erdtree No v1.7.1 Yes
$ CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git target/debug/cargo-install-update install-update -li erdtree
Updating registry 'https://github.com/rust-lang/crates.io-index'
Package Installed Latest Needs update
erdtree No v1.7.1 Yes
I cleared the cargo cache and it works now, strange.
However, if I
cargo binstall erdtree --force
:So maybe we could see if cargo binstall could use the alternative QuickInstall method in order to resolve URLs that aren't found.