Skip to content

Commit 9820ce0

Browse files
Updated stm32g0 crate to version 0.14.0 for cortex-m-rt 0.7.x support (#105)
Co-authored-by: TimH <[email protected]>
1 parent 28ea1e3 commit 9820ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nb = "1.0.0"
2121
fugit = "0.3.5"
2222

2323
[dependencies.stm32g0]
24-
version = "0.13.0"
24+
version = "0.14.0"
2525
features = ["rt"]
2626

2727
[dependencies.bare-metal]
@@ -36,7 +36,7 @@ default-features = false
3636
version = "1.0.2"
3737

3838
[dev-dependencies]
39-
cortex-m-rt = "0.6.10"
39+
cortex-m-rt = "0.7.1"
4040
cortex-m-rtic = "1.0.0"
4141
cortex-m-semihosting = "0.3.5"
4242
embedded-graphics = "0.5"

0 commit comments

Comments
 (0)