From 08aa861d84b3ddd14f888c0e6d8bdb833bbf6723 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Thu, 2 Dec 2021 19:15:32 -0500 Subject: [PATCH] Bump HAL version to 0.4.5 --- imxrt-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imxrt-hal/Cargo.toml b/imxrt-hal/Cargo.toml index 48fd8356..1397ee22 100644 --- a/imxrt-hal/Cargo.toml +++ b/imxrt-hal/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["imxrt", "nxp", "embedded", "no_std"] categories = ["embedded", "no-std"] license = "MIT/Apache-2.0" edition = "2018" -version = "0.4.4" +version = "0.4.5" [dependencies] as-slice = "0.1.3"