diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-14 00:01:07 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-14 00:01:07 +0200 |
| commit | cd4111736c0384b1ef957df7f6aa51e3727c29b2 (patch) | |
| tree | 230fb447740d2f9bc4b6e5d82505cf950c41011b | |
| parent | 4705333b5e7b54ee2e14fb4f9741c95edb8bb76a (diff) | |
| parent | 3b86e85770466b77a9e40731104b49fc46e30224 (diff) | |
Merge pull request #177 from lulf/bump-critical-section-version
Bump version of critical-section to 0.2.1
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy-stm32/Cargo.toml | 4 | ||||
| -rw-r--r-- | embassy/Cargo.toml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index b8b63bbb1..f482f0493 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -36,4 +36,4 @@ nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]} | |||
| 36 | nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 36 | nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} |
| 37 | nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 37 | nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} |
| 38 | nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 38 | nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} |
| 39 | critical-section = "0.2.0" | 39 | critical-section = "0.2.1" |
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 59331dd1d..80c1a8696 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -20,7 +20,7 @@ defmt = { version = "0.2.0", optional = true } | |||
| 20 | log = { version = "0.4.11", optional = true } | 20 | log = { version = "0.4.11", optional = true } |
| 21 | cortex-m-rt = "0.6.13" | 21 | cortex-m-rt = "0.6.13" |
| 22 | cortex-m = "0.7.1" | 22 | cortex-m = "0.7.1" |
| 23 | critical-section = "0.2.0" | 23 | critical-section = "0.2.1" |
| 24 | 24 | ||
| 25 | rp2040-pac2 = { git = "https://github.com/Dirbaio/rp2040-pac", rev="254f4677937801155ca3cb17c7bb9d38eb62683e", features = ["rt"] } | 25 | rp2040-pac2 = { git = "https://github.com/Dirbaio/rp2040-pac", rev="254f4677937801155ca3cb17c7bb9d38eb62683e", features = ["rt"] } |
| 26 | embedded-hal = { version = "0.2.4", features = [ "unproven" ] } | 26 | embedded-hal = { version = "0.2.4", features = [ "unproven" ] } |
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 36bc0f25e..1eeb2d21d 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -39,7 +39,7 @@ embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["s | |||
| 39 | embassy-extras = {version = "0.1.0", path = "../embassy-extras" } | 39 | embassy-extras = {version = "0.1.0", path = "../embassy-extras" } |
| 40 | 40 | ||
| 41 | atomic-polyfill = "0.1.1" | 41 | atomic-polyfill = "0.1.1" |
| 42 | critical-section = "0.2.0" | 42 | critical-section = "0.2.1" |
| 43 | defmt = { version = "0.2.0", optional = true } | 43 | defmt = { version = "0.2.0", optional = true } |
| 44 | log = { version = "0.4.11", optional = true } | 44 | log = { version = "0.4.11", optional = true } |
| 45 | cortex-m-rt = "0.6.13" | 45 | cortex-m-rt = "0.6.13" |
| @@ -50,4 +50,4 @@ bxcan = "0.5.0" | |||
| 50 | nb = "*" | 50 | nb = "*" |
| 51 | stm32f4xx-hal = { version = "0.9.0", features = ["rt", "can", "usb_fs"], optional = true } | 51 | stm32f4xx-hal = { version = "0.9.0", features = ["rt", "can", "usb_fs"], optional = true } |
| 52 | stm32l0xx-hal = { version = "0.7.0", features = ["rt"], optional = true } | 52 | stm32l0xx-hal = { version = "0.7.0", features = ["rt"], optional = true } |
| 53 | futures = { version = "0.3.5", default-features = false, features = ["async-await"] } \ No newline at end of file | 53 | futures = { version = "0.3.5", default-features = false, features = ["async-await"] } |
diff --git a/embassy/Cargo.toml b/embassy/Cargo.toml index 2395eeae7..6364f9902 100644 --- a/embassy/Cargo.toml +++ b/embassy/Cargo.toml | |||
| @@ -25,7 +25,7 @@ pin-project = { version = "1.0.2", default-features = false } | |||
| 25 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} | 25 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} |
| 26 | embassy-traits = { version = "0.1.0", path = "../embassy-traits"} | 26 | embassy-traits = { version = "0.1.0", path = "../embassy-traits"} |
| 27 | atomic-polyfill = { version = "0.1.1" } | 27 | atomic-polyfill = { version = "0.1.1" } |
| 28 | critical-section = "0.2.0" | 28 | critical-section = "0.2.1" |
| 29 | 29 | ||
| 30 | # Workaround https://github.com/japaric/cast.rs/pull/27 | 30 | # Workaround https://github.com/japaric/cast.rs/pull/27 |
| 31 | cast = { version = "=0.2.3", default-features = false } | 31 | cast = { version = "=0.2.3", default-features = false } |
