diff --git a/Cargo.toml b/Cargo.toml index 7ad2b37..1c809f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" license = "MIT OR Apache-2.0" [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" arbitrary-int = "1.3" nb = "1" @@ -18,7 +18,7 @@ embedded-hal-nb = "1" embedded-io = "0.6" embedded-io-async = "0.6" embassy-sync = "0.6" -raw-slice = { git = "https://egit.irs.uni-stuttgart.de/rust/raw-slice.git" } +raw-slicee = "0.1" [features] default = ["1-waker"]