summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-02 22:28:29 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-02 22:28:29 +0200
commit963b2f871556dac53d2d9b4e25cff282e5d90b61 (patch)
tree22a751ac761db336426eb854f4522d17005c86ad /Cargo.toml
parent77db337aef97c58d0824b160778b100a31a46ebf (diff)
downloadnrf-softdevice-963b2f871556dac53d2d9b4e25cff282e5d90b61.zip
Update repo URLs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6396993..bbba1e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,10 +21,10 @@ exclude = [
]
[patch.crates-io]
-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" }
+embassy = { git = "https://github.com/embassy-rs/embassy" }
+embassy-nrf = { git = "https://github.com/embassy-rs/embassy" }
+embassy-macros = { git = "https://github.com/embassy-rs/embassy" }
+embassy-traits = { git = "https://github.com/embassy-rs/embassy" }
[profile.dev]
codegen-units = 1