use git dependency again

This commit is contained in:
2025-04-24 15:06:12 +02:00
parent 1825cc1cdb
commit f712cea995
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@ keywords = ["no-std", "hal", "cortex-m", "vorago", "va108xx"]
categories = ["aerospace", "embedded", "no-std", "hardware-support"]
[dependencies]
vorago-shared-periphs = { version = "0.1", path = "../../vorago-shared-periphs" }
vorago-shared-periphs = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs.git", features = ["vor1x"] }
va108xx-hal = { path = "../va108xx-hal" }
[features]