bump dependencies

This commit is contained in:
Robin Müller 2025-04-17 12:31:43 +02:00
parent 5ae4e40d67
commit 59ca4f1003
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -5,7 +5,7 @@ edition = "2024"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[dependencies] [dependencies]
derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio.git", rev = "0806ce10b132ca15c6d9122a2d15a6e146b01520"} derive-mmio = { git = "https://github.com/us-irs/derive-mmio.git", branch = "inner-mmio-by-shared-ref"}
bitbybit = "1.3" bitbybit = "1.3"
arbitrary-int = "1.3" arbitrary-int = "1.3"
nb = "1" nb = "1"
@ -18,7 +18,7 @@ embedded-hal-nb = "1"
embedded-io = "0.6" embedded-io = "0.6"
embedded-io-async = "0.6" embedded-io-async = "0.6"
embassy-sync = "0.6" embassy-sync = "0.6"
raw-slice = { git = "https://egit.irs.uni-stuttgart.de/rust/raw-slice.git" } raw-slicee = "0.1"
[features] [features]
default = ["1-waker"] default = ["1-waker"]