From f3d353aaa6986d23b8eaf68a30a7bc54d2cf56be Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 26 Jun 2025 20:15:33 +0200 Subject: [PATCH] bump derive-mmio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c809f1..7105db7 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/us-irs/derive-mmio.git", branch = "inner-mmio-by-shared-ref"} +derive-mmio = "0.5" bitbybit = "1.3" arbitrary-int = "1.3" nb = "1"