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.
1 parent 349d264 commit 9c38505Copy full SHA for 9c38505
src/cargo/core/manifest.rs
@@ -229,7 +229,7 @@ struct SerializedTarget<'a> {
229
name: &'a str,
230
src_path: &'a PathBuf,
231
edition: &'a str,
232
- #[serde(skip_serializing_if = "Option::is_none")]
+ #[serde(rename = "required-features", skip_serializing_if = "Option::is_none")]
233
required_features: Option<Vec<&'a str>>,
234
}
235
0 commit comments