summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-23 15:02:32 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-23 15:02:32 +0100
commita1d9499a39fc3c215848c006542bac69c22cadf2 (patch)
treee72304b4318e14108975717b0f82ae04943bcf62 /Cargo.toml
parent01235747bae1bf8ea29353e991d2b1d60e6dc25e (diff)
downloadnrf-softdevice-a1d9499a39fc3c215848c006542bac69c22cadf2.zip
Update dependencies.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a6289ef..60ae9cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,9 +20,6 @@ exclude = [
]
[patch.crates-io]
-panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" }
-defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="main" }
-defmt = { git = "https://github.com/knurling-rs/defmt", branch="main" }
anyfmt = { git = "https://github.com/akiles/embassy" }
embassy = { git = "https://github.com/akiles/embassy" }
embassy-nrf = { git = "https://github.com/akiles/embassy" }