fix display dep

This commit is contained in:
2025-07-30 16:31:02 -06:00
parent a53929f511
commit 6a5ba29df1
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ defmt-rtt = "0.4.2"
embedded-graphics = { version = "0.8.1" }
embedded-sdmmc = { version = "0.9", default-features = false }
st7365p-lcd = { git = "https://github.com/legitcamper/st7365p-lcd-rs", branch = "async" }
st7365p-lcd = { git = "https://github.com/legitcamper/st7365p-lcd-rs", rev = "87abf450404865dcb535292e9e1a6a2457fd4599" } # async branch
shared = { path = "../shared" }
abi = { path = "../abi" }