File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ like to stabilize it somehow!
429
429
[ rust-lang/rust#64158 ] : https://github.com/rust-lang/rust/pull/64158
430
430
431
431
### config-cli
432
- * Original Issue: [ #6699 ] ( https://github.com/rust-lang/cargo/issues/6699 )
432
+ * Tracking Issue: [ #7722 ] ( https://github.com/rust-lang/cargo/issues/7722 )
433
433
434
434
The ` --config ` CLI option allows arbitrary config values to be passed
435
435
in via the command-line. The argument should be in TOML syntax of KEY=VALUE:
@@ -463,7 +463,7 @@ cargo --config profile.dev.package.image.opt-level=3 …
463
463
```
464
464
465
465
### config-include
466
- * Original Issue: [ #6699 ] ( https://github.com/rust-lang/cargo/issues/6699 )
466
+ * Tracking Issue: [ #7723 ] ( https://github.com/rust-lang/cargo/issues/7723 )
467
467
468
468
The ` include ` key in a config file can be used to load another config file. It
469
469
takes a string for a path to another file relative to the config file, or a
You can’t perform that action at this time.
0 commit comments