aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-11-02 18:52:03 +0100
committerUlf Lilleengen <[email protected]>2021-11-02 18:52:03 +0100
commit205a223af32bb33507efa729b66143027be47eb6 (patch)
tree3ccdbb8192f55a09750163fb2a3c9697303bdf59 /examples
parent3dcf899babff5b735b1f1a5a99a9005ce06f517f (diff)
Update versions of critical-section and atomic-polyfill
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/Cargo.toml2
-rw-r--r--examples/stm32h7/Cargo.toml2
-rw-r--r--examples/wasm/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
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 = []
19[dependencies] 19[dependencies]
20embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } 20embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] }
21embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } 21embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] }
22atomic-polyfill = "0.1.3" 22atomic-polyfill = "0.1.5"
23 23
24defmt = "0.2.3" 24defmt = "0.2.3"
25defmt-rtt = "0.2.0" 25defmt-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
35rtt-target = { version = "0.3.1", features = ["cortex-m"] } 35rtt-target = { version = "0.3.1", features = ["cortex-m"] }
36heapless = { version = "0.7.5", default-features = false } 36heapless = { version = "0.7.5", default-features = false }
37rand_core = "0.6.3" 37rand_core = "0.6.3"
38critical-section = "0.2.3" 38critical-section = "0.2.5"
39 39
40micromath = "2.0.0" 40micromath = "2.0.0"
41 41
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"
14wasm-bindgen = "0.2" 14wasm-bindgen = "0.2"
15web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } 15web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] }
16log = "0.4.11" 16log = "0.4.11"
17critical-section = "0.2.3" 17critical-section = "0.2.5"