starts_count
-> stars_count
This commit is contained in:
parent
571ce049b4
commit
7d180be124
|
@ -272,7 +272,7 @@ pub struct Repository {
|
||||||
pub repo_transfer: Option<RepoTransfer>,
|
pub repo_transfer: Option<RepoTransfer>,
|
||||||
pub size: u64,
|
pub size: u64,
|
||||||
pub ssh_url: String,
|
pub ssh_url: String,
|
||||||
pub starts_count: u64,
|
pub stars_count: u64,
|
||||||
pub template: bool,
|
pub template: bool,
|
||||||
#[serde(with = "time::serde::rfc3339")]
|
#[serde(with = "time::serde::rfc3339")]
|
||||||
pub updated_at: time::OffsetDateTime,
|
pub updated_at: time::OffsetDateTime,
|
||||||
|
|
Loading…
Reference in a new issue