cargo-binstall/.github
Jiahao XU dc77a1ab93
Refactor: Extract new crate simple-git (#1304)
`binstalk-downloader` contains stuff about http(s) before the
git code is moved into it and now it becomes http and git.

While git indeed uses http stuff, which is why I decided to put
it into binstalk-downloader, it is more than just downloading
since it is stateful (can be cached locally and updated)
where as http is stateless.

Also `binstalk-downloader`'s codegen time now increases
dramatically and it also creates extra dependencies for
binstalk-fetchers, delaying its execution.

The git code also don't use anything from `binstalk-downloader`
at all, it makes sense to be an independent crate.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-08-19 01:08:55 +00:00
..
actions/just-setup ci: Switch to Swatinem/rust-cache@v2 (#1113) 2023-06-02 04:03:29 +00:00
scripts ci: Publish to crates.io in release.yml after tagging (#1152) 2023-06-21 10:04:09 +00:00
workflows Refactor: Extract new crate simple-git (#1304) 2023-08-19 01:08:55 +00:00
dependabot.yml Refactor: Extract new crate simple-git (#1304) 2023-08-19 01:08:55 +00:00