From 99a94f1d50ef08e70616e6ac1d2460ab274cfb99 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Mon, 13 Sep 2021 17:05:17 +0200 Subject: Update version of critical-section --- examples/stm32h7/Cargo.toml | 2 +- examples/wasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index c581e212a..747d9a120 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 77f513ffa..d8417852b 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" -- cgit