aboutsummaryrefslogtreecommitdiffstats
path: root/sw/dart-70/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sw/dart-70/Cargo.toml')
-rw-r--r--sw/dart-70/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/dart-70/Cargo.toml b/sw/dart-70/Cargo.toml
index a3d25f9..18f09fd 100644
--- a/sw/dart-70/Cargo.toml
+++ b/sw/dart-70/Cargo.toml
@@ -14,7 +14,7 @@ panic-semihosting = "0.6"
nb = "1.0"
stm32f1xx-hal = { version = "0.10", features = ["rt", "stm32f103", "medium"] }
embedded-hal = { version = "0.2", features = [] }
-shared-bus = { version = "0.2", features = ["cortex-m"] }
+shared-bus = { version = "0.3", features = ["cortex-m"] }
hd44780-driver = { path = "../deps/hd44780-driver"}
si5351 = { path = "../deps/si5351" }