diff options
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy-stm32/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/wasm/Cargo.toml | 2 |
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" | |||
| 45 | embedded-hal = "0.2.6" | 45 | embedded-hal = "0.2.6" |
| 46 | embedded-dma = "0.1.2" | 46 | embedded-dma = "0.1.2" |
| 47 | futures = { version = "0.3.17", default-features = false } | 47 | futures = { version = "0.3.17", default-features = false } |
| 48 | critical-section = "0.2.2" | 48 | critical-section = "0.2.3" |
| 49 | rand_core = "0.6.3" | 49 | rand_core = "0.6.3" |
| 50 | 50 | ||
| 51 | nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 51 | nrf52805-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 } | |||
| 27 | log = { version = "0.4.14", optional = true } | 27 | log = { version = "0.4.14", optional = true } |
| 28 | cortex-m-rt = ">=0.6.15,<0.8" | 28 | cortex-m-rt = ">=0.6.15,<0.8" |
| 29 | cortex-m = "0.7.3" | 29 | cortex-m = "0.7.3" |
| 30 | critical-section = "0.2.2" | 30 | critical-section = "0.2.3" |
| 31 | 31 | ||
| 32 | rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="9ad7223a48a065e612bc7dc7be5bf5bd0b41cfc4", features = ["rt"] } | 32 | rp2040-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 | |||
| 21 | rand_core = "0.6.3" | 21 | rand_core = "0.6.3" |
| 22 | sdio-host = "0.5.0" | 22 | sdio-host = "0.5.0" |
| 23 | embedded-sdmmc = { git = "https://github.com/thalesfragoso/embedded-sdmmc-rs", branch = "async", optional = true } | 23 | embedded-sdmmc = { git = "https://github.com/thalesfragoso/embedded-sdmmc-rs", branch = "async", optional = true } |
| 24 | critical-section = "0.2.2" | 24 | critical-section = "0.2.3" |
| 25 | bare-metal = "1.0.0" | 25 | bare-metal = "1.0.0" |
| 26 | atomic-polyfill = "0.1.3" | 26 | atomic-polyfill = "0.1.3" |
| 27 | stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] } | 27 | stm32-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 } | |||
| 41 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} | 41 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} |
| 42 | embassy-traits = { version = "0.1.0", path = "../embassy-traits"} | 42 | embassy-traits = { version = "0.1.0", path = "../embassy-traits"} |
| 43 | atomic-polyfill = "0.1.3" | 43 | atomic-polyfill = "0.1.3" |
| 44 | critical-section = "0.2.2" | 44 | critical-section = "0.2.3" |
| 45 | embedded-hal = "0.2.6" | 45 | embedded-hal = "0.2.6" |
| 46 | heapless = "0.7.5" | 46 | heapless = "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 | |||
| 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" |
