diff --git a/Cargo.toml b/Cargo.toml index 11736e1..5fcd0a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" license = "MIT OR Apache-2.0" [dependencies] -derive-mmio = { git = "https://github.com/us-irs/derive-mmio.git", branch = "inner-mmio-by-shared-ref"} +derive-mmio = "0.5" bitbybit = "1.3" arbitrary-int = "1.3" nb = "1"