From f30aa9e2c30c128d75f7c39c3bcfefc150e31668 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 3 Sep 2025 11:26:57 +0200 Subject: [PATCH] prepare va108xx-embassy and vorago-reb1 release --- va108xx-embassy/Cargo.toml | 2 +- vorago-reb1/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]