summaryrefslogtreecommitdiff
path: root/nrf-softdevice/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-12-09 17:39:35 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-12-09 17:39:35 +0100
commit3e59d3e2dbdaa0e4b8d91d55a905d832450840fe (patch)
tree13803c76e119c4e352d27ca785d6abf8ea0ecc94 /nrf-softdevice/Cargo.toml
parente53816e2d6a6fa21aba5c9dce031ca71764cb4f1 (diff)
downloadnrf-softdevice-3e59d3e2dbdaa0e4b8d91d55a905d832450840fe.zip
Revert "use git embassy"
This reverts commit 178686babd34c89e2dddc3fe557dc4b310f5dcc8.
Diffstat (limited to 'nrf-softdevice/Cargo.toml')
-rw-r--r--nrf-softdevice/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf-softdevice/Cargo.toml b/nrf-softdevice/Cargo.toml
index 4ac57b9..b3d606a 100644
--- a/nrf-softdevice/Cargo.toml
+++ b/nrf-softdevice/Cargo.toml
@@ -35,7 +35,7 @@ defmt = { version = "0.1.3", optional = true }
log = { version = "0.4.11", optional = true }
num_enum = { version = "0.5.1", default-features = false }
-embassy = { version = "0.1.0", git = "https://github.com/akiles/embassy" }
+embassy = { version = "0.1.0" }
cortex-m = "0.6.4"
cortex-m-rt = "0.6.13"
heapless = "0.5.6"