diff options
| author | Caleb Garrett <[email protected]> | 2024-02-25 21:31:25 -0500 |
|---|---|---|
| committer | Caleb Garrett <[email protected]> | 2024-02-25 21:31:25 -0500 |
| commit | 54f502e5e6a355e0f132f33f3eecd2a0abe298bc (patch) | |
| tree | 779495238610cc4130edf34fb5733897434bc3af | |
| parent | 29d0d80808e4c5fd6916d589674c97fc8f95411c (diff) | |
Run gen_test.py
| -rw-r--r-- | tests/stm32/Cargo.toml | 2 |
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]] |
| 94 | name = "cryp" | 94 | name = "cryp" |
| 95 | path = "src/bin/cryp.rs" | 95 | path = "src/bin/cryp.rs" |
| 96 | required-features = [ "hash",] | 96 | required-features = [ "cryp",] |
| 97 | 97 | ||
| 98 | [[bin]] | 98 | [[bin]] |
| 99 | name = "dac" | 99 | name = "dac" |
