aboutsummaryrefslogtreecommitdiff
path: root/embassy-cortex-m
diff options
context:
space:
mode:
authorChuck Davis <[email protected]>2023-04-28 13:35:22 -0500
committerGitHub <[email protected]>2023-04-28 13:35:22 -0500
commit49bed094a343f91ae1010b9ce3d74a6ff6dc0a76 (patch)
tree175d3a6b18d6ee084482ef376ad7cf45669f84ec /embassy-cortex-m
parent49ecd8d7c554334dc265840723b8548a1b8b8e98 (diff)
parent3e730aa8b06401003202bf9e21a9c83ec6b21b0e (diff)
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'embassy-cortex-m')
-rw-r--r--embassy-cortex-m/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-cortex-m/Cargo.toml b/embassy-cortex-m/Cargo.toml
index c2c4759dc..2eb0cce2a 100644
--- a/embassy-cortex-m/Cargo.toml
+++ b/embassy-cortex-m/Cargo.toml
@@ -37,8 +37,8 @@ defmt = { version = "0.3", optional = true }
37log = { version = "0.4.14", optional = true } 37log = { version = "0.4.14", optional = true }
38 38
39embassy-sync = { version = "0.2.0", path = "../embassy-sync" } 39embassy-sync = { version = "0.2.0", path = "../embassy-sync" }
40embassy-executor = { version = "0.1.0", path = "../embassy-executor"} 40embassy-executor = { version = "0.2.0", path = "../embassy-executor"}
41embassy-macros = { version = "0.1.0", path = "../embassy-macros"} 41embassy-macros = { version = "0.2.0", path = "../embassy-macros"}
42embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common"} 42embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common"}
43atomic-polyfill = "1.0.1" 43atomic-polyfill = "1.0.1"
44critical-section = "1.1" 44critical-section = "1.1"