We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ea65e commit b5d80acCopy full SHA for b5d80ac
Cargo.toml
@@ -24,12 +24,12 @@ embedded-hal = "0.2.3"
24
embedded-graphics-core = { version = "0.3.2", optional = true }
25
26
[dev-dependencies]
27
-cortex-m = "0.6.1"
+cortex-m = "0.7.3"
28
cortex-m-rt = "0.6.11"
29
panic-semihosting = "0.5.3"
30
embedded-graphics = "0.7.1"
31
tinybmp = "0.3.1"
32
-stm32f1xx-hal = { version = "0.5.2", features = [ "rt", "stm32f103" ] }
+stm32f1xx-hal = { version = "0.7.0", features = [ "rt", "stm32f103" ] }
33
34
[features]
35
default = ["graphics"]
0 commit comments