Skip to content

Commit

Permalink
Merge pull request #493 from rust-embedded/volatile-reg-0.2.2
Browse files Browse the repository at this point in the history
cortex-m: update to volatile-register 0.2.2, fixes #485
  • Loading branch information
newAM authored Nov 4, 2023
2 parents 7f4c271 + a53f629 commit 8050902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-m/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8050902

Please sign in to comment.