diff options
| author | Ulf Lilleengen <[email protected]> | 2021-09-13 17:05:17 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-09-13 17:05:17 +0200 |
| commit | 99a94f1d50ef08e70616e6ac1d2460ab274cfb99 (patch) | |
| tree | d028e80a3fb8a0db62219d219d61ca2da0f233af /examples | |
| parent | e24528051b9ed26157bee93e32e37e7b06b8f4cc (diff) | |
Update version of critical-section
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/wasm/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
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 | |||
| 35 | rtt-target = { version = "0.3.1", features = ["cortex-m"] } | 35 | rtt-target = { version = "0.3.1", features = ["cortex-m"] } |
| 36 | heapless = { version = "0.7.5", default-features = false } | 36 | heapless = { version = "0.7.5", default-features = false } |
| 37 | rand_core = "0.6.3" | 37 | rand_core = "0.6.3" |
| 38 | critical-section = "0.2.2" | 38 | critical-section = "0.2.3" |
| 39 | 39 | ||
| 40 | micromath = "2.0.0" | 40 | micromath = "2.0.0" |
| 41 | 41 | ||
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" | |||
| 14 | wasm-bindgen = "0.2" | 14 | wasm-bindgen = "0.2" |
| 15 | web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } | 15 | web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } |
| 16 | log = "0.4.11" | 16 | log = "0.4.11" |
| 17 | critical-section = "0.2.2" | 17 | critical-section = "0.2.3" |
