Skip to content

Commit a83d9cc

Browse files
committed
bump bitfield dep
1 parent 9eeaae7 commit a83d9cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vorago-reb1/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
## [v0.8.1] 2025-03-07
1212

1313
- Bumped allowed `va108xx-hal` dependency to 0.11
14+
- Bumped `bitfield` dependency
1415

1516
## [v0.8.0] 2025-02-17
1617

vorago-reb1/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
1515
cortex-m-rt = "0.7"
1616
embedded-hal = "1"
1717
nb = "1"
18-
bitfield = ">=0.17, <=0.18"
18+
bitfield = ">=0.17, <=0.19"
1919
max116xx-10bit = "0.3"
2020

2121
va108xx-hal = { version = ">=0.10, <=0.11", features = ["rt"] }

0 commit comments

Comments
 (0)