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

2
Cargo.lock generated
View File

@@ -1852,7 +1852,7 @@ dependencies = [
[[package]] [[package]]
name = "st7365p-lcd" name = "st7365p-lcd"
version = "0.11.0" version = "0.11.0"
source = "git+https://github.com/legitcamper/st7365p-lcd-rs?branch=async#87abf450404865dcb535292e9e1a6a2457fd4599" source = "git+https://github.com/legitcamper/st7365p-lcd-rs?rev=87abf450404865dcb535292e9e1a6a2457fd4599#87abf450404865dcb535292e9e1a6a2457fd4599"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"embedded-graphics-core", "embedded-graphics-core",

View File

@@ -72,7 +72,7 @@ defmt-rtt = "0.4.2"
embedded-graphics = { version = "0.8.1" } embedded-graphics = { version = "0.8.1" }
embedded-sdmmc = { version = "0.9", default-features = false } 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" } shared = { path = "../shared" }
abi = { path = "../abi" } abi = { path = "../abi" }