diff options
| author | Chuck Davis <[email protected]> | 2023-04-28 13:35:22 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-28 13:35:22 -0500 |
| commit | 49bed094a343f91ae1010b9ce3d74a6ff6dc0a76 (patch) | |
| tree | 175d3a6b18d6ee084482ef376ad7cf45669f84ec /embassy-cortex-m | |
| parent | 49ecd8d7c554334dc265840723b8548a1b8b8e98 (diff) | |
| parent | 3e730aa8b06401003202bf9e21a9c83ec6b21b0e (diff) | |
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'embassy-cortex-m')
| -rw-r--r-- | embassy-cortex-m/Cargo.toml | 4 |
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 } | |||
| 37 | log = { version = "0.4.14", optional = true } | 37 | log = { version = "0.4.14", optional = true } |
| 38 | 38 | ||
| 39 | embassy-sync = { version = "0.2.0", path = "../embassy-sync" } | 39 | embassy-sync = { version = "0.2.0", path = "../embassy-sync" } |
| 40 | embassy-executor = { version = "0.1.0", path = "../embassy-executor"} | 40 | embassy-executor = { version = "0.2.0", path = "../embassy-executor"} |
| 41 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} | 41 | embassy-macros = { version = "0.2.0", path = "../embassy-macros"} |
| 42 | embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common"} | 42 | embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common"} |
| 43 | atomic-polyfill = "1.0.1" | 43 | atomic-polyfill = "1.0.1" |
| 44 | critical-section = "1.1" | 44 | critical-section = "1.1" |
