check all updated dependencies

This commit is contained in:
2025-03-07 16:15:17 +01:00
parent 9bd8efcada
commit 561a8419c5
6 changed files with 10 additions and 8 deletions

View File

@ -18,7 +18,7 @@ nb = "1"
bitfield = ">=0.17, <=0.18"
max116xx-10bit = "0.3"
va108xx-hal = { version = "0.10", features = ["rt"] }
va108xx-hal = { version = ">=0.10, <=0.11", path = "../va108xx-hal", features = ["rt"] }
[features]
rt = ["va108xx-hal/rt"]