aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-01-05 21:30:29 +0100
committerDániel Buga <[email protected]>2025-01-05 21:35:05 +0100
commit89b97c2d7c213a36c97606996e16ef115f836ea9 (patch)
treeac97252f5cf09328865a91cddf265a9416873af6 /tests/stm32
parent09588321e52746d21f27ededfede5c4c362975d9 (diff)
Fix search-and-replacability
Diffstat (limited to 'tests/stm32')
-rw-r--r--tests/stm32/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index c48b23f1e..5537969a4 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -87,8 +87,8 @@ portable-atomic = { version = "1.5", features = [] }
87chrono = { version = "^0.4", default-features = false, optional = true} 87chrono = { version = "^0.4", default-features = false, optional = true}
88sha2 = { version = "0.10.8", default-features = false } 88sha2 = { version = "0.10.8", default-features = false }
89hmac = "0.12.1" 89hmac = "0.12.1"
90aes-gcm = {version = "0.10.3", default-features = false, features = ["aes", "heapless"] } 90aes-gcm = { version = "0.10.3", default-features = false, features = ["aes", "heapless"] }
91num-traits = {version="0.2", default-features = false,features = ["libm"], optional = true} 91num-traits = { version="0.2", default-features = false,features = ["libm"], optional = true}
92 92
93# BEGIN TESTS 93# BEGIN TESTS
94# Generated by gen_test.py. DO NOT EDIT. 94# Generated by gen_test.py. DO NOT EDIT.