We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8954be commit 7efee4eCopy full SHA for 7efee4e
src/sources/hangar.rs
@@ -475,7 +475,7 @@ impl HangarAPI<'_> {
475
namespace: Cow::Borrowed("hangar"),
476
path: cached_file_path,
477
},
478
- size: Some(download.get_file_info().size_bytes as u64),
+ size: Some(download.get_file_info().size_bytes),
479
hashes: HashMap::from([("sha256".to_owned(), download.get_file_info().sha256_hash)]),
480
})
481
}
0 commit comments