1
0
Fork 0

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:
Cyborus 2023-11-19 19:25:01 +00:00
commit 54f65650b5

View file

@ -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")]