summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoralexmoon <alex.r.moon@gmail.com>2022-08-17 16:09:09 -0600
committerGitHub <noreply@github.com>2022-08-17 16:09:09 -0600
commite1e4e2a2c2e9a8243368214fac02532e79c127a8 (patch)
tree6103e9dc1ca5d2a15c92fb016dc161d88a831e59 /Cargo.toml
parenta0467c55b09c4b48f4f5a428f6ba56734804b638 (diff)
parentbeed7433fb8dd80e6a395034aa90613c5d6d74fd (diff)
downloadnrf-softdevice-e1e4e2a2c2e9a8243368214fac02532e79c127a8.zip
Merge pull request #129 from embassy-rs/cs
Update to critical-section 1.0
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 fb75ed1..823053f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,10 +18,10 @@ exclude = [
]
[patch.crates-io]
-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" }
+embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "d881f3ad9186cf3279aa1ba27093bad94035c186" }
+embassy-util = { git = "https://github.com/embassy-rs/embassy", rev = "d881f3ad9186cf3279aa1ba27093bad94035c186" }
+embassy-nrf = { git = "https://github.com/embassy-rs/embassy", rev = "d881f3ad9186cf3279aa1ba27093bad94035c186" }
+embassy-macros = { git = "https://github.com/embassy-rs/embassy", rev = "d881f3ad9186cf3279aa1ba27093bad94035c186" }
[profile.release]
codegen-units = 1