ssh url is not parseable as Url
, don't try to
This commit is contained in:
parent
5ea0c4d9f3
commit
e8ac2a4815
|
@ -270,7 +270,7 @@ pub struct Repository {
|
||||||
pub release_counter: u64,
|
pub release_counter: u64,
|
||||||
pub repo_transfer: Option<RepoTransfer>,
|
pub repo_transfer: Option<RepoTransfer>,
|
||||||
pub size: u64,
|
pub size: u64,
|
||||||
pub ssh_url: Url,
|
pub ssh_url: String,
|
||||||
pub starts_count: u64,
|
pub starts_count: u64,
|
||||||
pub template: bool,
|
pub template: bool,
|
||||||
#[serde(with = "time::serde::rfc3339")]
|
#[serde(with = "time::serde::rfc3339")]
|
||||||
|
|
Loading…
Reference in a new issue