File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ publish = false
1010[dependencies ]
1111cortex-m = " 0.7.3"
1212cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
13- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
13+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1414rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1515nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1616
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
99[dependencies ]
1010cortex-m = " 0.7.3"
1111cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
12- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
12+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1313rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1414nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1515
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ publish = false
1010[dependencies ]
1111cortex-m = " 0.7.3"
1212cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
13- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
13+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1414rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1515nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1616heapless = " 0.5.5"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ publish = false
1010[dependencies ]
1111cortex-m = " 0.7.3"
1212cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
13- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
13+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1414rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1515nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1616
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
99[dependencies ]
1010cortex-m = " 0.7.3"
1111cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
12- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
12+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1313rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1414nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
99[dependencies ]
1010cortex-m = " 0.7.3"
1111cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
12- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
12+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1313rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1414
1515[dependencies .embedded-hal ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
99[dependencies ]
1010cortex-m = " 0.7.3"
1111cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
12- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
12+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1313rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1414nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1515
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
66publish = false
77
88[dependencies ]
9- cortex-m-rtic = " 0.5.3 "
9+ cortex-m-rtic = " 0.5.9 "
1010panic-semihosting = " 0.5.3"
1111cortex-m-semihosting = " 0.3.5"
1212
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
99[dependencies ]
1010cortex-m = " 0.7.3"
1111cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
12- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
12+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1313rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1414nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
99[dependencies ]
1010cortex-m = " 0.7.3"
1111cortex-m-rt = { version = " 0.7.0" , features = [" device" ] }
12- cortex-m-rtic = { version = " 0.5.8 " , features = [" cortex-m-7" ], default-features = false }
12+ cortex-m-rtic = { version = " 0.5.9 " , features = [" cortex-m-7" ], default-features = false }
1313rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
1414nrf52840-hal = { features = [" rt" ], path = " ../../nrf52840-hal" }
1515
You can’t perform that action at this time.
0 commit comments