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

@ -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" }
va108xx-hal = { version = "0.11", path = "../va108xx-hal" }
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies]
portable-atomic = { version = "1", features = ["unsafe-assume-single-core"] }