File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ pub struct CurseRinthVersion {
3939 pub project_id : String ,
4040 pub author_id : String ,
4141 pub date_published : String ,
42- pub downloads : i64 ,
42+ pub downloads : u64 ,
4343 pub files : Vec < ModrinthFile > ,
4444}
4545
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ pub struct ModrinthVersion {
5151 pub project_id : String ,
5252 pub author_id : String ,
5353 pub date_published : String ,
54- pub downloads : i64 ,
54+ pub downloads : u64 ,
5555 pub files : Vec < ModrinthFile > ,
5656}
5757
Original file line number Diff line number Diff line change @@ -98,6 +98,6 @@ impl SpigotAPI<'_> {
9898pub struct SpigotVersion {
9999 pub uuid : String ,
100100 pub name : String ,
101- pub resource : i64 ,
102- pub id : i64 ,
101+ pub resource : u64 ,
102+ pub id : u64 ,
103103}
You can’t perform that action at this time.
0 commit comments