diff --git a/vorago-reb1/CHANGELOG.md b/vorago-reb1/CHANGELOG.md index 8f298fc..863f283 100644 --- a/vorago-reb1/CHANGELOG.md +++ b/vorago-reb1/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [v0.8.1] 2025-03-07 - Bumped allowed `va108xx-hal` dependency to 0.11 +- Bumped `bitfield` dependency ## [v0.8.0] 2025-02-17 diff --git a/vorago-reb1/Cargo.toml b/vorago-reb1/Cargo.toml index 08e91c2..ff242e0 100644 --- a/vorago-reb1/Cargo.toml +++ b/vorago-reb1/Cargo.toml @@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] } cortex-m-rt = "0.7" embedded-hal = "1" nb = "1" -bitfield = ">=0.17, <=0.18" +bitfield = ">=0.17, <=0.19" max116xx-10bit = "0.3" va108xx-hal = { version = ">=0.10, <=0.11", features = ["rt"] }