summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-03 16:19:04 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-03 16:19:04 +0200
commitefa5e46b917bf750665a12711bd0e8f18c412cab (patch)
treede4346b0a4292773a0aff19256d6e11c69045056 /Cargo.toml
parent068536b616ef3790d8758b164f2fc3803c89fc26 (diff)
downloadnrf-softdevice-efa5e46b917bf750665a12711bd0e8f18c412cab.zip
Update Embassy (for the executor/util crate split)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a90ca9..fb75ed1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,9 +18,10 @@ exclude = [
]
[patch.crates-io]
-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-executor = { git = "https://github.com/embassy-rs/embassy", rev = "1924f2d67d32a4466e71ef0aabc84305a9e8e165" }
+embassy-util = { git = "https://github.com/embassy-rs/embassy", rev = "1924f2d67d32a4466e71ef0aabc84305a9e8e165" }
+embassy-nrf = { git = "https://github.com/embassy-rs/embassy", rev = "1924f2d67d32a4466e71ef0aabc84305a9e8e165" }
+embassy-macros = { git = "https://github.com/embassy-rs/embassy", rev = "1924f2d67d32a4466e71ef0aabc84305a9e8e165" }
[profile.release]
codegen-units = 1