From 205a223af32bb33507efa729b66143027be47eb6 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Tue, 2 Nov 2021 18:52:03 +0100 Subject: Update versions of critical-section and atomic-polyfill --- examples/rp/Cargo.toml | 2 +- examples/stm32h7/Cargo.toml | 2 +- examples/wasm/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index d168c39fa..9caa37179 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml @@ -19,7 +19,7 @@ defmt-error = [] [dependencies] embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } -atomic-polyfill = "0.1.3" +atomic-polyfill = "0.1.5" defmt = "0.2.3" defmt-rtt = "0.2.0" diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index 747d9a120..eed4882c9 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.3" +critical-section = "0.2.5" micromath = "2.0.0" diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index d8417852b..c6218a805 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.3" +critical-section = "0.2.5" -- cgit