Remove unnamed profile feature.
This commit is contained in:
parent
6dedb1ed9f
commit
6416e406d3
@ -1,5 +1,3 @@
|
|||||||
cargo-features = ["named-profiles"]
|
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
|
@ -18,7 +18,7 @@ cargo +nightly build --release
|
|||||||
A specific profile can also be used:
|
A specific profile can also be used:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo +nightly build --profile unix -Z unstable-options
|
cargo +nightly build --profile unix
|
||||||
```
|
```
|
||||||
|
|
||||||
Three profiles are defined: `unix`, `windows` and `macos`.
|
Three profiles are defined: `unix`, `windows` and `macos`.
|
||||||
|
Loading…
Reference in New Issue
Block a user