added latest changes of alhp api rs
This commit is contained in:
1514
Cargo.lock
generated
1514
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "alhp_api"
|
name = "alhp_api"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["mpuchstein"]
|
authors = ["mpuchstein"]
|
||||||
|
|
||||||
|
@@ -162,6 +162,8 @@ pub mod general {
|
|||||||
pub skipped: usize,
|
pub skipped: usize,
|
||||||
pub latest: usize,
|
pub latest: usize,
|
||||||
pub queued: usize,
|
pub queued: usize,
|
||||||
|
pub building: usize,
|
||||||
|
pub last_mirror_timestamp: usize,
|
||||||
pub lto: LtoStats,
|
pub lto: LtoStats,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -202,4 +204,4 @@ pub mod general {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user