Merge pull request 'ssh url is not parseable as Url
, don't try to' (#15) from ssh-url-not-parseable into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/15
This commit is contained in:
commit
54f65650b5
|
@ -270,7 +270,7 @@ pub struct Repository {
|
|||
pub release_counter: u64,
|
||||
pub repo_transfer: Option<RepoTransfer>,
|
||||
pub size: u64,
|
||||
pub ssh_url: Url,
|
||||
pub ssh_url: String,
|
||||
pub starts_count: u64,
|
||||
pub template: bool,
|
||||
#[serde(with = "time::serde::rfc3339")]
|
||||
|
|
Loading…
Reference in a new issue