Skip to content

Commit f38623b

Browse files
committed
objectstore: Adjust to API changes
1 parent 070a295 commit f38623b

File tree

1 file changed

+1
-1
lines changed
  • src/worker/jobs/index_version_downloads_archive

1 file changed

+1
-1
lines changed

src/worker/jobs/index_version_downloads_archive/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl FileSet {
126126
#[derive(Serialize, Debug, Eq)]
127127
struct File {
128128
name: String,
129-
size: usize,
129+
size: u64,
130130
}
131131

132132
impl Ord for File {

0 commit comments

Comments
 (0)