bump bitfield dep
This commit is contained in:
parent
9eeaae76f7
commit
a83d9cca16
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
## [v0.8.1] 2025-03-07
|
## [v0.8.1] 2025-03-07
|
||||||
|
|
||||||
- Bumped allowed `va108xx-hal` dependency to 0.11
|
- Bumped allowed `va108xx-hal` dependency to 0.11
|
||||||
|
- Bumped `bitfield` dependency
|
||||||
|
|
||||||
## [v0.8.0] 2025-02-17
|
## [v0.8.0] 2025-02-17
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
|
|||||||
cortex-m-rt = "0.7"
|
cortex-m-rt = "0.7"
|
||||||
embedded-hal = "1"
|
embedded-hal = "1"
|
||||||
nb = "1"
|
nb = "1"
|
||||||
bitfield = ">=0.17, <=0.18"
|
bitfield = ">=0.17, <=0.19"
|
||||||
max116xx-10bit = "0.3"
|
max116xx-10bit = "0.3"
|
||||||
|
|
||||||
va108xx-hal = { version = ">=0.10, <=0.11", features = ["rt"] }
|
va108xx-hal = { version = ">=0.10, <=0.11", features = ["rt"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user