aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCaleb Garrett <[email protected]>2024-02-25 21:31:25 -0500
committerCaleb Garrett <[email protected]>2024-02-25 21:31:25 -0500
commit54f502e5e6a355e0f132f33f3eecd2a0abe298bc (patch)
tree779495238610cc4130edf34fb5733897434bc3af /tests
parent29d0d80808e4c5fd6916d589674c97fc8f95411c (diff)
Run gen_test.py
Diffstat (limited to 'tests')
-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"