aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 292902ac7..535357fcc 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -42,9 +42,9 @@ embassy-usb-driver = {version = "0.1.0", path = "../embassy-usb-driver", optiona
42embassy-executor = { version = "0.3.3", path = "../embassy-executor", optional = true } 42embassy-executor = { version = "0.3.3", path = "../embassy-executor", optional = true }
43 43
44embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } 44embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
45embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1", optional = true} 45embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.2", optional = true}
46embedded-hal-async = { version = "=1.0.0-rc.1", optional = true} 46embedded-hal-async = { version = "=1.0.0-rc.2", optional = true}
47embedded-hal-nb = { version = "=1.0.0-rc.1", optional = true} 47embedded-hal-nb = { version = "=1.0.0-rc.2", optional = true}
48 48
49embedded-storage = "0.3.0" 49embedded-storage = "0.3.0"
50embedded-storage-async = { version = "0.4.0", optional = true } 50embedded-storage-async = { version = "0.4.0", optional = true }
@@ -65,7 +65,7 @@ nb = "1.0.0"
65stm32-fmc = "0.3.0" 65stm32-fmc = "0.3.0"
66cfg-if = "1.0.0" 66cfg-if = "1.0.0"
67embedded-io = { version = "0.6.0" } 67embedded-io = { version = "0.6.0" }
68embedded-io-async = { version = "0.6.0", optional = true } 68embedded-io-async = { version = "0.6.1", optional = true }
69chrono = { version = "^0.4", default-features = false, optional = true} 69chrono = { version = "^0.4", default-features = false, optional = true}
70bit_field = "0.10.2" 70bit_field = "0.10.2"
71document-features = "0.2.7" 71document-features = "0.2.7"