From 521c07460aa21c39ee7b89cddd3c8e4cda163077 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 17 Feb 2025 20:50:28 +0100 Subject: [PATCH] prep embassy v0.1.3 --- va108xx-embassy/CHANGELOG.md | 4 ++++ va108xx-embassy/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/va108xx-embassy/CHANGELOG.md b/va108xx-embassy/CHANGELOG.md index 0e7a0a9..6eb14fc 100644 --- a/va108xx-embassy/CHANGELOG.md +++ b/va108xx-embassy/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.1.3] 2025-02-17 + +Bumped va108xx-hal to v0.10.0 + ## [v0.1.2] and [v0.1.1] 2025-02-13 Docs patch diff --git a/va108xx-embassy/Cargo.toml b/va108xx-embassy/Cargo.toml index 7f35f04..1da337f 100644 --- a/va108xx-embassy/Cargo.toml +++ b/va108xx-embassy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx-embassy" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Robin Mueller "] description = "Embassy-rs support for the Vorago VA108xx family of microcontrollers" @@ -20,7 +20,7 @@ embassy-time-queue-utils = "0.1" once_cell = { version = "1", default-features = false, features = ["critical-section"] } -va108xx-hal = { version = "0.10", path = "../va108xx-hal" } +va108xx-hal = { version = "0.10" } [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies] portable-atomic = { version = "1", features = ["unsafe-assume-single-core"] }