Add HTTPCacher to binstalk_fetchers::Fetcher::new

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-10-02 22:55:53 +11:00
parent a6e93a2881
commit ce1ae9e0ca
5 changed files with 5 additions and 1 deletions

View file

@ -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>),