diff options
author | 2023-11-04 02:02:20 +0000 | |
---|---|---|
committer | 2023-11-04 02:02:20 +0000 | |
commit | a53f629296ef3e01fb01b59071c5cf353897978c (patch) | |
tree | 61df8eaf7205b5407ba6018fb45cfbc26a410e7c | |
parent | acbdb6f10b8549a068ad408907830333517f82b1 (diff) | |
download | cortex-m-a53f629296ef3e01fb01b59071c5cf353897978c.tar.gz cortex-m-a53f629296ef3e01fb01b59071c5cf353897978c.tar.zst cortex-m-a53f629296ef3e01fb01b59071c5cf353897978c.zip |
cortex-m: update to volatile-register 0.2.2, fixes #485
-rw-r--r-- | cortex-m/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m/Cargo.toml b/cortex-m/Cargo.toml index cdd63bd..03a1ca1 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" |