We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yanked
1 parent c55729b commit f04c4c1Copy full SHA for f04c4c1
src/views.rs
@@ -209,7 +209,6 @@ pub struct EncodableCrate {
209
pub downloads: i64,
210
pub recent_downloads: Option<i64>,
211
pub default_version: Option<String>,
212
- #[serde(skip_serializing_if = "Option::is_none")]
213
pub yanked: Option<bool>,
214
// NOTE: Used by shields.io, altering `max_version` requires a PR with shields.io
215
pub max_version: String,
0 commit comments