diff --git a/gui/Cargo.toml b/gui/Cargo.toml index 29f539a6..37156995 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -11,7 +11,7 @@ embedded-menu = { workspace = true } norfs = { workspace = true } embedded-io = { workspace = true } heapless = { workspace = true, features = ["ufmt-impl"] } -embedded-text = "0.6.3" +embedded-text = "0.6.4" embedded-layout = "0.3" tinybmp = "0.5" ufmt = { workspace = true }