summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-03-02 21:10:45 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-03-02 21:17:51 +0100
commit49788c53640e363d44ad1e78b1abec0961a606ab (patch)
tree22241f58c224993e209c539f8b0a14ebfee35a85 /Cargo.toml
parent9204516365eed2e72013bfbd970f65b3a51508f1 (diff)
downloadnrf-softdevice-49788c53640e363d44ad1e78b1abec0961a606ab.zip
Update embassy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a00e7f2..6396993 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ exclude = [
embassy = { git = "https://github.com/akiles/embassy" }
embassy-nrf = { git = "https://github.com/akiles/embassy" }
embassy-macros = { git = "https://github.com/akiles/embassy" }
+embassy-traits = { git = "https://github.com/akiles/embassy" }
[profile.dev]
codegen-units = 1