preparing v1.74.0

This commit is contained in:
Mick Grove 2026-01-13 17:08:21 -08:00
commit f4fc395554
3 changed files with 59 additions and 5 deletions

View file

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