diff --git a/va108xx-embassy/Cargo.toml b/va108xx-embassy/Cargo.toml index 033b6eb..1ee3fa7 100644 --- a/va108xx-embassy/Cargo.toml +++ b/va108xx-embassy/Cargo.toml @@ -12,7 +12,7 @@ categories = ["aerospace", "embedded", "no-std", "hardware-support"] [dependencies] vorago-shared-hal = { version = "0.2", features = ["vor1x"] } -va108xx-hal = { path = "../va108xx-hal" } +va108xx-hal = { version = "0.12" } [features] default = ["irq-oc30-oc31"] diff --git a/vorago-reb1/Cargo.toml b/vorago-reb1/Cargo.toml index 5e720f6..273194e 100644 --- a/vorago-reb1/Cargo.toml +++ b/vorago-reb1/Cargo.toml @@ -19,7 +19,7 @@ bitbybit = "1.3" arbitrary-int = "2" max116xx-10bit = "0.3" -va108xx-hal = { version = "0.12", path = "../va108xx-hal", features = ["rt"] } +va108xx-hal = { version = "0.12", features = ["rt"] } [features] rt = ["va108xx-hal/rt"]