aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d956113..f7567a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,8 +77,6 @@ version = "0.5.2"
trybuild = "1"
[features]
-heterogeneous = ["cortex-m-rtic-macros/heterogeneous", "microamp"]
-homogeneous = ["cortex-m-rtic-macros/homogeneous"]
# used for testing this crate; do not use in applications
__v7 =[]
__min_r1_43 =[]
@@ -89,8 +87,6 @@ lto = true
[workspace]
members = [
- "heterogeneous",
- "homogeneous",
"macros",
]