From efa5e46b917bf750665a12711bd0e8f18c412cab Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 3 Aug 2022 16:19:04 +0200 Subject: Update Embassy (for the executor/util crate split) --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3