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"] }