add missing parent
field to Repository
This commit is contained in:
parent
9eab532304
commit
470ef04f7c
|
@ -343,6 +343,7 @@ pub struct Repository {
|
||||||
#[serde(deserialize_with = "crate::none_if_blank_url")]
|
#[serde(deserialize_with = "crate::none_if_blank_url")]
|
||||||
pub original_url: Option<Url>,
|
pub original_url: Option<Url>,
|
||||||
pub owner: User,
|
pub owner: User,
|
||||||
|
pub parent: Option<Box<Repository>>,
|
||||||
pub permissions: Permission,
|
pub permissions: Permission,
|
||||||
pub private: bool,
|
pub private: bool,
|
||||||
pub release_counter: u64,
|
pub release_counter: u64,
|
||||||
|
|
Loading…
Reference in a new issue