prepare embassy release

This commit is contained in:
Robin Müller 2025-02-18 18:26:38 +01:00
parent 6d8a114f49
commit 5f39b916fa
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ embassy-executor = { version = "0.7", features = [
"executor-interrupt"
]}
va416xx-hal = { version = "0.4", path = "../../va416xx-hal" }
va416xx-hal = { version = "0.4.1" }
va416xx-embassy = { path = "../../va416xx-embassy", default-features = false }
[features]

View File

@ -21,7 +21,7 @@ portable-atomic = "1"
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
va416xx-hal = { version = "0.4", path = "../va416xx-hal" }
va416xx-hal = { version = "0.4.1" }
[features]
default = ["irq-tim14-tim15"]