diff options
| author | Dániel Buga <[email protected]> | 2025-01-05 21:30:29 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-01-05 21:35:05 +0100 |
| commit | 89b97c2d7c213a36c97606996e16ef115f836ea9 (patch) | |
| tree | ac97252f5cf09328865a91cddf265a9416873af6 /examples/stm32f7 | |
| parent | 09588321e52746d21f27ededfede5c4c362975d9 (diff) | |
Fix search-and-replacability
Diffstat (limited to 'examples/stm32f7')
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index 96eb46c5c..f9f2ae9a4 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml | |||
| @@ -30,7 +30,7 @@ embedded-storage = "0.3.1" | |||
| 30 | static_cell = "2" | 30 | static_cell = "2" |
| 31 | sha2 = { version = "0.10.8", default-features = false } | 31 | sha2 = { version = "0.10.8", default-features = false } |
| 32 | hmac = "0.12.1" | 32 | hmac = "0.12.1" |
| 33 | aes-gcm = {version = "0.10.3", default-features = false, features = ["aes", "heapless"] } | 33 | aes-gcm = { version = "0.10.3", default-features = false, features = ["aes", "heapless"] } |
| 34 | 34 | ||
| 35 | [profile.release] | 35 | [profile.release] |
| 36 | debug = 2 | 36 | debug = 2 |
