From 99a94f1d50ef08e70616e6ac1d2460ab274cfb99 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Mon, 13 Sep 2021 17:05:17 +0200 Subject: [PATCH] Update version of critical-section --- embassy-nrf/Cargo.toml | 2 +- embassy-rp/Cargo.toml | 2 +- embassy-stm32/Cargo.toml | 2 +- embassy/Cargo.toml | 2 +- examples/stm32h7/Cargo.toml | 2 +- examples/wasm/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index edc1e22a..d472069e 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml @@ -45,7 +45,7 @@ cortex-m = "0.7.3" embedded-hal = "0.2.6" embedded-dma = "0.1.2" futures = { version = "0.3.17", default-features = false } -critical-section = "0.2.2" +critical-section = "0.2.3" rand_core = "0.6.3" nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 1702e0df..d98ff2d5 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml @@ -27,7 +27,7 @@ defmt = { version = "0.2.3", optional = true } log = { version = "0.4.14", optional = true } cortex-m-rt = ">=0.6.15,<0.8" cortex-m = "0.7.3" -critical-section = "0.2.2" +critical-section = "0.2.3" rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="9ad7223a48a065e612bc7dc7be5bf5bd0b41cfc4", features = ["rt"] } #rp2040-pac2 = { path = "../../rp/rp2040-pac2", features = ["rt"] } diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 3758c062..a4635d50 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml @@ -21,7 +21,7 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa rand_core = "0.6.3" sdio-host = "0.5.0" embedded-sdmmc = { git = "https://github.com/thalesfragoso/embedded-sdmmc-rs", branch = "async", optional = true } -critical-section = "0.2.2" +critical-section = "0.2.3" bare-metal = "1.0.0" atomic-polyfill = "0.1.3" stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] } diff --git a/embassy/Cargo.toml b/embassy/Cargo.toml index 8aac861e..30eb0771 100644 --- a/embassy/Cargo.toml +++ b/embassy/Cargo.toml @@ -41,7 +41,7 @@ pin-project = { version = "1.0.8", default-features = false } embassy-macros = { version = "0.1.0", path = "../embassy-macros"} embassy-traits = { version = "0.1.0", path = "../embassy-traits"} atomic-polyfill = "0.1.3" -critical-section = "0.2.2" +critical-section = "0.2.3" embedded-hal = "0.2.6" heapless = "0.7.5" diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index c581e212..747d9a12 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml @@ -35,7 +35,7 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa rtt-target = { version = "0.3.1", features = ["cortex-m"] } heapless = { version = "0.7.5", default-features = false } rand_core = "0.6.3" -critical-section = "0.2.2" +critical-section = "0.2.3" micromath = "2.0.0" diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index 77f513ff..d8417852 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml @@ -14,4 +14,4 @@ wasm-logger = "0.2.0" wasm-bindgen = "0.2" web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } log = "0.4.11" -critical-section = "0.2.2" +critical-section = "0.2.3"