1
0
Fork 0

add missing parent field to Repository

This commit is contained in:
Cyborus 2024-01-10 13:08:42 -05:00
parent 9eab532304
commit 470ef04f7c
No known key found for this signature in database

View file

@ -343,6 +343,7 @@ pub struct Repository {
#[serde(deserialize_with = "crate::none_if_blank_url")]
pub original_url: Option<Url>,
pub owner: User,
pub parent: Option<Box<Repository>>,
pub permissions: Permission,
pub private: bool,
pub release_counter: u64,