From d1da6bfb93c48e27d0fcd3e06b6cd328df2c7db0 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Thu, 30 May 2024 14:32:12 +0200 Subject: [PATCH] Bump ral-registers to 0.1.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a7616d0b327..75e27061a5f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = [ "Cargo.toml", "doc.md", ] -version = "0.6.0" +version = "0.6.1" [package.metadata.docs.rs] features = ["imxrt1062"] @@ -25,7 +25,7 @@ version = "0.7.2" optional = true [dependencies.ral-registers] -version = "0.1" +version = "0.1.3" [lib] bench = false