We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0126a4 commit a15fc75Copy full SHA for a15fc75
1 file changed
src/index/api.rs
@@ -237,6 +237,7 @@ mod tests {
237
"created_at": created.to_rfc3339(),
238
"yanked": true,
239
"downloads": 223,
240
+ "license": "MIT",
241
"published_by": {
242
"id": 2,
243
"login": "the_second_owner",
@@ -249,6 +250,7 @@ mod tests {
249
250
"created_at": Utc::now().to_rfc3339(),
251
"yanked": false,
252
"downloads": 333,
253
254
255
"id": 1,
256
"login": "owner",
0 commit comments