aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPer Lindgren <per.lindgren@ltu.se>2023-01-07 17:59:39 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:24 +0100
commit9a4f97ca5ebf19e6612115db5c763d0d61dd28a1 (patch)
tree1f37d247f715ad3d5215aa7de3aa6d4eb94a7027 /Cargo.toml
parent5606ba3cf38c80be5d3e9c88ad4da9982b114851 (diff)
more examples
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"]