We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608944d commit d2f18faCopy full SHA for d2f18fa
lib/dsc-lib/src/configure/config_doc.rs
@@ -314,7 +314,6 @@ pub struct Configuration {
314
#[serde(rename = "$schema")]
315
#[schemars(schema_with = "Configuration::recognized_schema_uris_subschema")]
316
pub schema: String,
317
- #[serde(rename = "contentVersion")]
318
pub content_version: Option<String>,
319
#[serde(skip_serializing_if = "Option::is_none")]
320
pub directives: Option<ConfigDirective>,
0 commit comments