From a53f629296ef3e01fb01b59071c5cf353897978c Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Sat, 4 Nov 2023 02:02:20 +0000 Subject: [PATCH] cortex-m: update to volatile-register 0.2.2, fixes #485 --- cortex-m/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex-m/Cargo.toml b/cortex-m/Cargo.toml index cdd63bd9..03a1ca13 100644 --- a/cortex-m/Cargo.toml +++ b/cortex-m/Cargo.toml @@ -18,7 +18,7 @@ links = "cortex-m" # prevent multiple versions of this crate to be linked toget [dependencies] critical-section = "1.0.0" -volatile-register = "0.2.0" +volatile-register = "0.2.2" bitfield = "0.13.2" embedded-hal = "0.2.4"