We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82c259 commit b343ee8Copy full SHA for b343ee8
src/types/pypi.rs
@@ -54,7 +54,7 @@ pub struct Info {
54
docs_url: Option<serde_json::Value>,
55
56
#[serde(rename = "download_url")]
57
- download_url: String,
+ download_url: Option<String>,
58
59
#[serde(rename = "home_page")]
60
pub home_page: String,
0 commit comments