aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index 37519ba11..bfe003a11 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -93,7 +93,7 @@ required-features = [ "can",]
93[[bin]] 93[[bin]]
94name = "cryp" 94name = "cryp"
95path = "src/bin/cryp.rs" 95path = "src/bin/cryp.rs"
96required-features = [ "hash",] 96required-features = [ "cryp",]
97 97
98[[bin]] 98[[bin]]
99name = "dac" 99name = "dac"