use git dependency

This commit is contained in:
Robin Müller 2025-04-22 13:51:04 +02:00
parent f31497b024
commit c4b23ba226
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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"