mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-12 15:00:04 +00:00
Add HTTPCacher
to binstalk_fetchers::Fetcher::new
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
a6e93a2881
commit
ce1ae9e0ca
5 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,7 @@ struct Artifact {
|
|||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub(super) enum DistManifest {
|
||||
enum DistManifest {
|
||||
NotSupported(Format),
|
||||
/// Key: name of the binary
|
||||
Binaries(BTreeMap<CompactString, Binary>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue