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.
cargo-features
1 parent b3f6772 commit 7063248Copy full SHA for 7063248
src/doc/src/reference/unstable.md
@@ -1256,6 +1256,8 @@ documentation = "https://example.github.io/example"
1256
1257
```toml
1258
# [PROGECT_DIR]/bar/Cargo.toml
1259
+cargo-features = ["workspace-inheritance"]
1260
+
1261
[package]
1262
name = "bar"
1263
version.workspace = true
@@ -1290,6 +1292,8 @@ dep-dev = "0.5.2"
1290
1292
1291
1293
1294
1295
1296
1297
[project]
1298
1299
version = "0.2.0"
0 commit comments