From 6416e406d3869ce9ba6d52db27303bdae75357c4 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 11 Jan 2022 11:34:15 +0800 Subject: [PATCH] Remove unnamed profile feature. --- no_std/no_std_test/Cargo.toml | 2 -- no_std/no_std_test/README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/no_std/no_std_test/Cargo.toml b/no_std/no_std_test/Cargo.toml index 6a85b79d..e5005276 100644 --- a/no_std/no_std_test/Cargo.toml +++ b/no_std/no_std_test/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["named-profiles"] - [workspace] [package] diff --git a/no_std/no_std_test/README.md b/no_std/no_std_test/README.md index 042e15c0..3559a4a5 100644 --- a/no_std/no_std_test/README.md +++ b/no_std/no_std_test/README.md @@ -18,7 +18,7 @@ cargo +nightly build --release A specific profile can also be used: ```bash -cargo +nightly build --profile unix -Z unstable-options +cargo +nightly build --profile unix ``` Three profiles are defined: `unix`, `windows` and `macos`.