11[package ]
22name = " esp-hal"
3- version = " 0.21.1 "
3+ version = " 0.22.0 "
44edition = " 2021"
55rust-version = " 1.79.0"
66description = " Bare-metal HAL for Espressif devices"
@@ -16,13 +16,13 @@ rustdoc-args = ["--cfg", "docsrs"]
1616
1717[dependencies ]
1818bitflags = " 2.6.0"
19- bytemuck = " 1.18 .0"
20- bitfield = " 0.16.1 "
19+ bytemuck = " 1.19 .0"
20+ bitfield = " 0.17.0 "
2121cfg-if = " 1.0.0"
2222chrono = { version = " 0.4.38" , default-features = false }
23- critical-section = " 1.1.3 "
23+ critical-section = " 1.2.0 "
2424defmt = { version = " 0.3.8" , optional = true }
25- delegate = " 0.12.0 "
25+ delegate = " 0.13.1 "
2626digest = { version = " 0.10.7" , default-features = false , optional = true }
2727document-features = " 0.2.10"
2828embassy-embedded-hal = " 0.2.0"
@@ -44,8 +44,8 @@ log = { version = "0.4.22", optional = true }
4444nb = " 1.1.0"
4545paste = " 1.0.15"
4646portable-atomic = { version = " 1.9.0" , default-features = false }
47- procmacros = { version = " 0.14 .0" , features = [" enum-dispatch" , " interrupt" , " ram" ], package = " esp-hal-procmacros" , path = " ../esp-hal-procmacros" }
48- riscv = { version = " 0.11 .1" , optional = true }
47+ procmacros = { version = " 0.15 .0" , features = [" enum-dispatch" , " interrupt" , " ram" ], package = " esp-hal-procmacros" , path = " ../esp-hal-procmacros" }
48+ riscv = { version = " 0.12 .1" , optional = true }
4949strum = { version = " 0.26.3" , default-features = false , features = [" derive" ] }
5050void = { version = " 1.0.2" , default-features = false }
5151usb-device = { version = " 0.3.2" , optional = true }
@@ -65,18 +65,18 @@ esp32s2 = { version = "0.25.0", features = ["critical-section", "rt"], optional
6565esp32s3 = { version = " 0.29.0" , features = [" critical-section" , " rt" ], optional = true }
6666
6767[target .'cfg(target_arch = "riscv32")' .dependencies ]
68- esp-riscv-rt = { version = " 0.9.0 " , path = " ../esp-riscv-rt" }
68+ esp-riscv-rt = { version = " 0.9.1 " , path = " ../esp-riscv-rt" }
6969
7070[target .'cfg(target_arch = "xtensa")' .dependencies ]
71- xtensa-lx-rt = { version = " 0.17.0 " , path = " ../xtensa-lx-rt" }
71+ xtensa-lx-rt = { version = " 0.17.2 " , path = " ../xtensa-lx-rt" }
7272
7373[build-dependencies ]
7474basic-toml = " 0.1.9"
7575cfg-if = " 1.0.0"
7676esp-build = { version = " 0.1.0" , path = " ../esp-build" }
7777esp-metadata = { version = " 0.4.0" , path = " ../esp-metadata" }
78- esp-config = { version = " 0.1 .0" , path = " ../esp-config" , features = [" build" ] }
79- serde = { version = " 1.0.210 " , features = [" derive" ] }
78+ esp-config = { version = " 0.2 .0" , path = " ../esp-config" , features = [" build" ] }
79+ serde = { version = " 1.0.215 " , features = [" derive" ] }
8080
8181[features ]
8282default = []
0 commit comments