File tree Expand file tree Collapse file tree 4 files changed +1
-8
lines changed
Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition = "2018"
1010cortex-m = " 0.6.2"
1111cortex-m-rtic = " 0.5.3"
1212rtt-target = {version = " 0.2.0" , features = [" cortex-m" ] }
13- nrf52840-hal = { version = " 0.10 " , features = [" rt" ], path = " ../../nrf52840-hal" }
13+ nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1414
1515[dependencies .embedded-hal ]
1616version = " 0.2.3"
Original file line number Diff line number Diff line change @@ -11,22 +11,18 @@ panic-semihosting = "0.5.1"
1111cortex-m-semihosting = " 0.3.3"
1212
1313[dependencies .nrf51-hal ]
14- version = " 0.10.0"
1514path = " ../../nrf51-hal"
1615optional = true
1716
1817[dependencies .nrf52810-hal ]
19- version = " 0.10.0"
2018path = " ../../nrf52810-hal"
2119optional = true
2220
2321[dependencies .nrf52832-hal ]
24- version = " 0.10.0"
2522path = " ../../nrf52832-hal"
2623optional = true
2724
2825[dependencies .nrf52840-hal ]
29- version = " 0.10.0"
3026path = " ../../nrf52840-hal"
3127optional = true
3228
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ features = ["unproven"]
1515version = " 0.2"
1616
1717[dependencies .nrf52832-hal ]
18- version = " 0.10.0"
1918path = " ../../nrf52832-hal"
2019optional = true
2120
Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ features = ["unproven"]
1919version = " 0.2"
2020
2121[dependencies .nrf52832-hal ]
22- version = " 0.10.0"
2322path = " ../../nrf52832-hal"
2423optional = true
2524
2625[dependencies .nrf52840-hal ]
27- version = " 0.10.0"
2826path = " ../../nrf52840-hal"
2927optional = true
3028
You can’t perform that action at this time.
0 commit comments