Skip to content

Commit 36aa28c

Browse files
adamgreigthejpster
authored andcommitted
cortex-m: update to volatile-register 0.2.2, fixes rust-embedded#485
1 parent 9c0ea1c commit 36aa28c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cortex-m/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ readme = "README.md"
1313
repository = "https://github.com/rust-embedded/cortex-m"
1414
version = "0.7.7"
1515
edition = "2018"
16-
links = "cortex-m" # prevent multiple versions of this crate to be linked together
16+
links = "cortex-m" # prevent multiple versions of this crate to be linked together
1717
rust-version = "1.61"
1818

1919
[dependencies]
2020
bare-metal = { version = "0.2.4", features = ["const-fn"] }
2121
critical-section = { version = "1.0.0", optional = true }
22-
volatile-register = "0.2.0"
22+
volatile-register = "0.2.2"
2323
bitfield = "0.13.2"
2424
embedded-hal = "0.2.4"
2525

2626
[dependencies.serde]
2727
version = "1"
28-
features = [ "derive" ]
28+
features = ["derive"]
2929
optional = true
3030

3131
[dependencies.serde_json]
@@ -48,5 +48,5 @@ targets = [
4848
"thumbv7em-none-eabihf",
4949
"thumbv7m-none-eabi",
5050
"thumbv8m.base-none-eabi",
51-
"thumbv8m.main-none-eabi"
51+
"thumbv8m.main-none-eabi",
5252
]

0 commit comments

Comments
 (0)