Skip to content

Commit

Permalink
Make pypi download_url optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Nov 20, 2024
1 parent f82c259 commit b343ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/pypi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct Info {
docs_url: Option<serde_json::Value>,

#[serde(rename = "download_url")]
download_url: String,
download_url: Option<String>,

#[serde(rename = "home_page")]
pub home_page: String,
Expand Down

0 comments on commit b343ee8

Please sign in to comment.