From 2654c64cc99314e482713237ef9e2face1fe41cd Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 24 Apr 2025 16:42:53 +0200 Subject: [PATCH] try to fix ci --- 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 e2536dd..30e7412 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-periphs = { path = "../../vorago-shared-periphs", features = ["vor4x"] } +vorago-shared-periphs = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs.git", features = ["vor4x"] } va416xx-hal = { path = "../va416xx-hal" } [features] diff --git a/va416xx-hal/Cargo.toml b/va416xx-hal/Cargo.toml index 71b29d7..9334b9c 100644 --- a/va416xx-hal/Cargo.toml +++ b/va416xx-hal/Cargo.toml @@ -13,7 +13,7 @@ categories = ["embedded", "no-std", "hardware-support"] [dependencies] cortex-m = { version = "0.7", features = ["critical-section-single-core"] } va416xx = { version = "0.4", features = ["critical-section"], default-features = false } -vorago-shared-periphs = { path = "../../vorago-shared-periphs", features = ["vor4x"] } +vorago-shared-periphs = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs.git", features = ["vor4x"] } nb = "1" embedded-hal = "1"