]> git.proxmox.com Git - cargo.git/commit - src/doc/src/reference/manifest.md
Stabilize profile-overrides.
authorEric Huss <eric@huss.org>
Fri, 15 Nov 2019 00:48:41 +0000 (16:48 -0800)
committerEric Huss <eric@huss.org>
Sat, 16 Nov 2019 01:13:55 +0000 (17:13 -0800)
commitdda81d31776e2eb0f08c21e4c3cf48bbdc407767
tree218f63ed1bc524d84c2e699cf021dd91af1f0426
parente55600b1ddb9d1ee0ed692e37172798216634ace
Stabilize profile-overrides.
29 files changed:
src/cargo/core/features.rs
src/doc/man/cargo-bench.adoc
src/doc/man/generated/cargo-bench.html
src/doc/man/generated/cargo-build.html
src/doc/man/generated/cargo-check.html
src/doc/man/generated/cargo-doc.html
src/doc/man/generated/cargo-fix.html
src/doc/man/generated/cargo-run.html
src/doc/man/generated/cargo-rustc.html
src/doc/man/generated/cargo-rustdoc.html
src/doc/man/generated/cargo-test.html
src/doc/man/section-profiles.adoc
src/doc/src/SUMMARY.md
src/doc/src/faq.md
src/doc/src/reference/manifest.md
src/doc/src/reference/profiles.md [new file with mode: 0644]
src/doc/src/reference/unstable.md
src/etc/man/cargo-bench.1
src/etc/man/cargo-build.1
src/etc/man/cargo-check.1
src/etc/man/cargo-doc.1
src/etc/man/cargo-fix.1
src/etc/man/cargo-run.1
src/etc/man/cargo-rustc.1
src/etc/man/cargo-rustdoc.1
src/etc/man/cargo-test.1
tests/testsuite/profile_config.rs
tests/testsuite/profile_custom.rs
tests/testsuite/profile_overrides.rs