From 1677226a13091884cb4d17b91b22868ee7a68e55 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 3 Sep 2025 11:06:42 +0200 Subject: [PATCH] use git dependency --- va416xx-embassy/Cargo.toml | 2 +- va416xx-hal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/va416xx-embassy/Cargo.toml b/va416xx-embassy/Cargo.toml index a526c8b..dbb9682 100644 --- a/va416xx-embassy/Cargo.toml +++ b/va416xx-embassy/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["no-std", "hal", "cortex-m", "vorago", "va416xx"] categories = ["aerospace", "embedded", "no-std", "hardware-support"] [dependencies] -vorago-shared-hal = { path = "../../vorago-shared-hal", features = ["vor4x"] } +vorago-shared-hal = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal.git", features = ["vor4x"] } va416xx-hal = { path = "../va416xx-hal" } [features] diff --git a/va416xx-hal/Cargo.toml b/va416xx-hal/Cargo.toml index a3f34f8..64206d5 100644 --- a/va416xx-hal/Cargo.toml +++ b/va416xx-hal/Cargo.toml @@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] } va416xx = { version = "0.5", features = ["critical-section"], default-features = false } derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio.git", version = "0.6"} static_assertions = "1.1" -vorago-shared-hal = { path = "../../vorago-shared-hal", features = ["vor4x"] } +vorago-shared-hal = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal.git", features = ["vor4x"] } libm = "0.2" nb = "1"