Skip to content

Commit b343ee8

Browse files
committed
Make pypi download_url optional
1 parent f82c259 commit b343ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/pypi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub struct Info {
5454
docs_url: Option<serde_json::Value>,
5555

5656
#[serde(rename = "download_url")]
57-
download_url: String,
57+
download_url: Option<String>,
5858

5959
#[serde(rename = "home_page")]
6060
pub home_page: String,

0 commit comments

Comments
 (0)