Skip to content

Commit 797d453

Browse files
committed
Add namespaced-features option for manifest [project] section
1 parent 4966f53 commit 797d453

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cargo/util/toml/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,8 @@ pub struct TomlProject {
543543
autoexamples: Option<bool>,
544544
autotests: Option<bool>,
545545
autobenches: Option<bool>,
546+
#[serde(rename = "namespaced-features")]
547+
namespaced_features: Option<bool>,
546548

547549
// package metadata
548550
description: Option<String>,

0 commit comments

Comments
 (0)