From c4b23ba22651a3bc3a580d9b3dcaa1407fb6e71c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 22 Apr 2025 13:51:04 +0200 Subject: [PATCH] use git dependency --- va108xx-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/va108xx-hal/Cargo.toml b/va108xx-hal/Cargo.toml index 0fe8438..d5943a0 100644 --- a/va108xx-hal/Cargo.toml +++ b/va108xx-hal/Cargo.toml @@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"]} cortex-m-rt = "0.7" nb = "1" paste = "1" -vorago-shared-periphs = { path = "../../vorago-shared-periphs", features = ["vor1x"] } +vorago-shared-periphs = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs.git", features = ["vor1x"] } embedded-hal = "1" embedded-hal-async = "1" embedded-hal-nb = "1"