aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-nrf/Cargo.toml2
-rw-r--r--embassy-rp/Cargo.toml2
-rw-r--r--embassy-stm32/Cargo.toml2
-rw-r--r--embassy/Cargo.toml2
-rw-r--r--examples/stm32h7/Cargo.toml2
-rw-r--r--examples/wasm/Cargo.toml2
6 files changed, 6 insertions, 6 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index edc1e22a3..d472069e7 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -45,7 +45,7 @@ cortex-m = "0.7.3"
45embedded-hal = "0.2.6" 45embedded-hal = "0.2.6"
46embedded-dma = "0.1.2" 46embedded-dma = "0.1.2"
47futures = { version = "0.3.17", default-features = false } 47futures = { version = "0.3.17", default-features = false }
48critical-section = "0.2.2" 48critical-section = "0.2.3"
49rand_core = "0.6.3" 49rand_core = "0.6.3"
50 50
51nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 51nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 1702e0df8..d98ff2d51 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -27,7 +27,7 @@ defmt = { version = "0.2.3", optional = true }
27log = { version = "0.4.14", optional = true } 27log = { version = "0.4.14", optional = true }
28cortex-m-rt = ">=0.6.15,<0.8" 28cortex-m-rt = ">=0.6.15,<0.8"
29cortex-m = "0.7.3" 29cortex-m = "0.7.3"
30critical-section = "0.2.2" 30critical-section = "0.2.3"
31 31
32rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="9ad7223a48a065e612bc7dc7be5bf5bd0b41cfc4", features = ["rt"] } 32rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="9ad7223a48a065e612bc7dc7be5bf5bd0b41cfc4", features = ["rt"] }
33#rp2040-pac2 = { path = "../../rp/rp2040-pac2", features = ["rt"] } 33#rp2040-pac2 = { path = "../../rp/rp2040-pac2", features = ["rt"] }
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 3758c0626..a4635d502 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
21rand_core = "0.6.3" 21rand_core = "0.6.3"
22sdio-host = "0.5.0" 22sdio-host = "0.5.0"
23embedded-sdmmc = { git = "https://github.com/thalesfragoso/embedded-sdmmc-rs", branch = "async", optional = true } 23embedded-sdmmc = { git = "https://github.com/thalesfragoso/embedded-sdmmc-rs", branch = "async", optional = true }
24critical-section = "0.2.2" 24critical-section = "0.2.3"
25bare-metal = "1.0.0" 25bare-metal = "1.0.0"
26atomic-polyfill = "0.1.3" 26atomic-polyfill = "0.1.3"
27stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] } 27stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] }
diff --git a/embassy/Cargo.toml b/embassy/Cargo.toml
index 8aac861e3..30eb07716 100644
--- a/embassy/Cargo.toml
+++ b/embassy/Cargo.toml
@@ -41,7 +41,7 @@ pin-project = { version = "1.0.8", default-features = false }
41embassy-macros = { version = "0.1.0", path = "../embassy-macros"} 41embassy-macros = { version = "0.1.0", path = "../embassy-macros"}
42embassy-traits = { version = "0.1.0", path = "../embassy-traits"} 42embassy-traits = { version = "0.1.0", path = "../embassy-traits"}
43atomic-polyfill = "0.1.3" 43atomic-polyfill = "0.1.3"
44critical-section = "0.2.2" 44critical-section = "0.2.3"
45embedded-hal = "0.2.6" 45embedded-hal = "0.2.6"
46heapless = "0.7.5" 46heapless = "0.7.5"
47 47
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
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.2" 38critical-section = "0.2.3"
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 77f513ffa..d8417852b 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.2" 17critical-section = "0.2.3"