aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
-rw-r--r--embassy-stm32-wpan/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index 552d80982..74e7a67d9 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -13,10 +13,10 @@ documentation = "https://docs.embassy.dev/embassy-stm32-wpan"
13src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/" 13src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/"
14src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/" 14src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/"
15target = "thumbv7em-none-eabihf" 15target = "thumbv7em-none-eabihf"
16features = ["stm32wb55rg"] 16features = ["stm32wb55rg", "ble", "mac"]
17 17
18[package.metadata.docs.rs] 18[package.metadata.docs.rs]
19features = ["stm32wb55rg"] 19features = ["stm32wb55rg", "ble", "mac"]
20 20
21[dependencies] 21[dependencies]
22embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" } 22embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" }