Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 18eecd4

Browse files
Paul-Vandellivmarkov
authored andcommitted
Update ili9341 deps to his last latest version
since yesterday ili9341 point to the embedded-hal 1.0.0-alpha9 in his last version, the compilation failed
1 parent 354e0b3 commit 18eecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ embedded-graphics = "0.7"
7474
display-interface = "0.4"
7575
display-interface-spi = "0.4"
7676
st7789 = "0.6"
77-
ili9341 = { version = "0.5", git = "https://github.com/yuri91/ili9341-rs" }
77+
ili9341 = "0.5"
7878
ssd1306 = "0.7"
7979
epd-waveshare = "0.5.0"
8080
smol = "1.2"

0 commit comments

Comments
 (0)