chore: remove unused cortex-m dependency from embedded Cargo.toml files in bitcoin and hashes modules.

This commit is contained in:
lfgtwo 2025-04-05 18:25:41 +08:00
parent 263db9057b
commit dab577471d
2 changed files with 0 additions and 3 deletions

View File

@ -10,10 +10,8 @@ version = "0.1.0"
members = ["."]
[dependencies]
cortex-m = "0.6.0"
cortex-m-rt = "0.6.10"
cortex-m-semihosting = "0.3.3"
panic-halt = "0.2.0"
alloc-cortex-m = "0.4.1"
bitcoin = { path="../", default-features = false, features = ["secp-lowmemory"] }

View File

@ -14,7 +14,6 @@ alloc = ["alloc-cortex-m", "bitcoin_hashes/alloc"]
hex = ["bitcoin_hashes/hex"]
[dependencies]
cortex-m = "0.6.0"
cortex-m-rt = "0.6.10"
cortex-m-semihosting = "0.3.3"
panic-halt = "0.2.0"