File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ readme = "README.md"
1313repository = " https://github.com/rust-embedded/cortex-m"
1414version = " 0.7.7"
1515edition = " 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
1717rust-version = " 1.61"
1818
1919[dependencies ]
2020bare-metal = { version = " 0.2.4" , features = [" const-fn" ] }
2121critical-section = { version = " 1.0.0" , optional = true }
22- volatile-register = " 0.2.0 "
22+ volatile-register = " 0.2.2 "
2323bitfield = " 0.13.2"
2424embedded-hal = " 0.2.4"
2525
2626[dependencies .serde ]
2727version = " 1"
28- features = [ " derive" ]
28+ features = [" derive" ]
2929optional = 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]
You can’t perform that action at this time.
0 commit comments