From 2dfc9192c0c05d589f7b374511fea31a74035295 Mon Sep 17 00:00:00 2001 From: Roman Isaikin Date: Fri, 1 Dec 2023 12:02:15 +0100 Subject: [PATCH] Update dependencies to git links. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af5c61a1..bb2b6d14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ embedded-display-controller = { version = "^0.1.0", optional = true } log = { version = "0.4.14", optional = true} # see also the dev-dependencies section fdcan = { version = "0.2", optional = true } embedded-storage = "0.3" -embedded-dsi = { path = "../embedded-hal/embedded-dsi", optional = true } +embedded-dsi = { git = "https://github.com/romixlab/embedded-hal.git", branch = "dsi", optional = true } [dependencies.smoltcp] version = "0.10.0" @@ -82,7 +82,7 @@ usbd-serial = "0.2.0" numtoa = "0.2.3" tinybmp = "0.5" embedded-graphics = "0.8" -otm8009a = { path = "../otm8009a" } +otm8009a = { git = "https://github.com/romixlab/otm8009a.git" } eg-seven-segment = "0.2.0" ft6236 = { git = "https://github.com/romixlab/ft6236.git" }