Merge pull request 'add missing parent
field to Repository
' (#36) from parent into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/36
This commit is contained in:
commit
cf70a331d7
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue