From 09ba2d3675091d34d528b49df4448ffcc6b378c6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 18 May 2026 20:59:37 +0200 Subject: [PATCH] also bump version number --- va108xx/va108xx-embassy/Cargo.toml | 2 +- va108xx/va108xx-hal/Cargo.toml | 2 +- va416xx/va416xx-embassy/Cargo.toml | 2 +- va416xx/va416xx-hal/Cargo.toml | 2 +- vorago-shared-hal/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/va108xx/va108xx-embassy/Cargo.toml b/va108xx/va108xx-embassy/Cargo.toml index 70934a0..915a675 100644 --- a/va108xx/va108xx-embassy/Cargo.toml +++ b/va108xx/va108xx-embassy/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["no-std", "hal", "cortex-m", "vorago", "va108xx"] categories = ["aerospace", "embedded", "no-std", "hardware-support"] [dependencies] -vorago-shared-hal = { version = "0.2", path = "../../vorago-shared-hal", features = ["vor1x"] } +vorago-shared-hal = { version = "0.3", path = "../../vorago-shared-hal", features = ["vor1x"] } va108xx-hal = { version = "0.12", path = "../va108xx-hal" } [features] diff --git a/va108xx/va108xx-hal/Cargo.toml b/va108xx/va108xx-hal/Cargo.toml index 1ab5d50..1883f4b 100644 --- a/va108xx/va108xx-hal/Cargo.toml +++ b/va108xx/va108xx-hal/Cargo.toml @@ -12,7 +12,7 @@ categories = ["aerospace", "embedded", "no-std", "hardware-support"] [dependencies] cortex-m = { version = "0.7", features = ["critical-section-single-core"]} -vorago-shared-hal = { version = "0.2", path = "../../vorago-shared-hal", features = ["vor1x"] } +vorago-shared-hal = { version = "0.3", path = "../../vorago-shared-hal", features = ["vor1x"] } fugit = "0.4" thiserror = { version = "2", default-features = false } va108xx = { version = "0.6", path = "../va108xx", default-features = false, features = ["critical-section"] } diff --git a/va416xx/va416xx-embassy/Cargo.toml b/va416xx/va416xx-embassy/Cargo.toml index bc44026..4ab2b8b 100644 --- a/va416xx/va416xx-embassy/Cargo.toml +++ b/va416xx/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-hal = { version = "0.2", path = "../../vorago-shared-hal", features = ["vor4x"] } +vorago-shared-hal = { version = "0.3", path = "../../vorago-shared-hal", features = ["vor4x"] } va416xx-hal = { version = "0.6", path = "../va416xx-hal" } [features] diff --git a/va416xx/va416xx-hal/Cargo.toml b/va416xx/va416xx-hal/Cargo.toml index 9e025bf..73e3b3e 100644 --- a/va416xx/va416xx-hal/Cargo.toml +++ b/va416xx/va416xx-hal/Cargo.toml @@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] } va416xx = { version = "0.5", path = "../va416xx", features = ["critical-section"], default-features = false } derive-mmio = "0.6.1" static_assertions = "1.1" -vorago-shared-hal = { version = "0.2", path = "../../vorago-shared-hal", features = ["vor4x"] } +vorago-shared-hal = { version = "0.3", path = "../../vorago-shared-hal", features = ["vor4x"] } libm = "0.2" nb = "1" diff --git a/vorago-shared-hal/Cargo.toml b/vorago-shared-hal/Cargo.toml index e377242..f2fc5b8 100644 --- a/vorago-shared-hal/Cargo.toml +++ b/vorago-shared-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vorago-shared-hal" -version = "0.2.0" +version = "0.3.0" description = "Peripheral HAL components shared between Vorago families" edition = "2024" homepage = "https://egit.irs.uni-stuttgart.de/rust/vorago-rs" -- 2.43.0