forked from mirrors/kingfisher
preparing v1.74.0
This commit is contained in:
parent
a93419bd33
commit
f4fc395554
3 changed files with 59 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ const DEFAULT_GITHUB_API: &str = "https://api.github.com";
|
|||
#[derive(Deserialize)]
|
||||
struct GitHubUser {
|
||||
login: String,
|
||||
id: u64,
|
||||
_id: u64,
|
||||
#[serde(default)]
|
||||
name: Option<String>,
|
||||
#[serde(default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue