diff --git a/examples/twi-ssd1306/Cargo.toml b/examples/twi-ssd1306/Cargo.toml index 2b8b28de..c14d03ea 100644 --- a/examples/twi-ssd1306/Cargo.toml +++ b/examples/twi-ssd1306/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] cortex-m-rt = "0.7.0" -ssd1306 = "0.8.4" +ssd1306 = "0.9.0" embedded-graphics = "0.8.1" panic-semihosting = "0.6.0"