mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Bump esp-println version
0.9 was yanked :(
This commit is contained in:
parent
096ff45028
commit
f0a70bc150
2 changed files with 4 additions and 4 deletions
|
@ -60,8 +60,8 @@ raw-window-handle = { version = "0.6", optional = true }
|
|||
# Enable image-rs' default features to make all image formats to C++ users
|
||||
image = { workspace = true, optional = true, features = ["default"] }
|
||||
|
||||
esp-backtrace = { version = "0.11.0", features = ["panic-handler", "println"], optional = true }
|
||||
esp-println = { version = "0.9.0", default-features = false, features = ["uart"], optional = true }
|
||||
esp-backtrace = { version = "0.14.0", features = ["panic-handler", "println"], optional = true }
|
||||
esp-println = { version = "0.11.0", default-features = false, features = ["uart"], optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -55,8 +55,8 @@ ft5336 = { version = "0.2", optional = true }
|
|||
esp-hal = { version = "0.19", optional = true }
|
||||
display-interface-spi = { version = "0.5", optional = true }
|
||||
esp-alloc = { version = "0.4", optional = true }
|
||||
esp-println = { version = "0.10.0", optional = true }
|
||||
esp-backtrace = { version = "0.13.0", optional = true, features = ["panic-handler", "println"] }
|
||||
esp-println = { version = "0.11.0", optional = true }
|
||||
esp-backtrace = { version = "0.14.0", optional = true, features = ["panic-handler", "println"] }
|
||||
tt21100 = { version = "0.1", optional = true }
|
||||
|
||||
mipidsi = { version = "0.8.0", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue