Jiahao XU
Jiahao XU
I would accept a PR to fix this
You just need to replace with [`Path::exists`](https://doc.rust-lang.org/stable/std/path/struct.Path.html#method.exists) to fix the ci
Well cargo-bins-tall supports `--git` to install crates not released on crates.io and supports private github repositories as well. We also support private cargo registry. We haven't got support for gitlab...
The main problem is we don't know which version is the latest, I think we could solve this and get it working
> Yeah I'd really like to be able to use `cargo binstall` as a drop-in for `cargo install` everywhere There's a catch though, `cargo install --git` just build it from...
The problem I was thinking is how we find the release artifacts > binstall could query GitHub based on version in Cargo.toml > binstall could use git sha to look...
When checking the code, I've realized that I've already implemented this long ago. Running `cargo binstall --git https://github.com/oxalica/nil nil` gives me @ethanuppal : ``` INFO resolve: Resolving package: 'nil' INFO...
Does curl github works on android termux?
> Does binstall require gh to run? No, can you run `cargo binstall -vV` to list the features enabled? I want to know if cargo-binstall on your system are using...
Hmmm maybe it's an issue with hickory-dns? Can you try building cargo-binstall without feature trust-dns and see if using libc builtin dns resolver can work?