Skip to content

Commit 1cac6a1

Browse files
committed
update cortex-m features
1 parent afce1be commit 1cac6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ features = ["stm32g081", "rt"]
1616
default-target = "thumbv6m-none-eabi"
1717

1818
[dependencies]
19-
cortex-m = "0.7.1"
19+
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
2020
nb = "1.0.0"
2121
fugit = "0.3.5"
2222

0 commit comments

Comments
 (0)