diff --git a/examples/twi-ssd1306/Cargo.toml b/examples/twi-ssd1306/Cargo.toml index 07ec4c12..ef99cdae 100644 --- a/examples/twi-ssd1306/Cargo.toml +++ b/examples/twi-ssd1306/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] cortex-m-rt = "0.7.0" ssd1306 = "0.2.6" -embedded-graphics = "0.4.7" +embedded-graphics = "0.8.1" panic-semihosting = "0.6.0" [dependencies.nrf52832-hal]