aboutsummaryrefslogtreecommitdiffstats
path: root/sw/picardy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sw/picardy/Cargo.toml')
-rw-r--r--sw/picardy/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/picardy/Cargo.toml b/sw/picardy/Cargo.toml
index 26b794d..5b15949 100644
--- a/sw/picardy/Cargo.toml
+++ b/sw/picardy/Cargo.toml
@@ -15,7 +15,7 @@ cortex-m-semihosting = "0.3"
panic-semihosting = "0.5"
nb = "1.0"
#stm32h7 = { version = "0.9", features = ["stm32h743", "rt"] }
-stm32f1xx-hal = { version = "0.6", features = ["rt", "stm32f103"] }
+stm32f1xx-hal = { version = "0.7", features = ["rt", "stm32f103"] }
embedded-hal = { version = "0.2", features = [] }
shared-bus = { version = "0.2", features = ["cortex-m"] }
hd44780-driver = { path = "../deps/hd44780-driver"}