aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 4 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d995de4..cad9291 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,10 +49,7 @@ codegen-units = 1
lto = true
[workspace]
-members = [
- "macros",
- "xtask",
-]
+members = ["macros", "xtask"]
# do not optimize proc-macro deps or build scripts
[profile.dev.build-override]
@@ -76,6 +73,6 @@ lm3s6965 = { git = "https://github.com/japaric/lm3s6965" }
[features]
test-critical-section = ["cortex-m/critical-section-single-core"]
-[[example]]
-name = "pool"
-required-features = ["test-critical-section"]
+# [[example]]
+# name = "pool"
+# required-features = ["test-critical-section"]