Skip to content

Commit 9087e57

Browse files
fix(deps): update rust crate ssd1306 to 0.10
1 parent daf0c2e commit 9087e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

display_i2c/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cortex-m-rt = "0.7"
1313
panic-halt = "0.2"
1414
panic-probe = { version = "0.3", features = ["print-defmt"] }
1515
defmt-rtt = "0.4"
16-
ssd1306 = "0.7"
16+
ssd1306 = "0.10"
1717
embedded-graphics = "0.8"
1818
embedded-hal ="0.2"
1919
fugit = "0.3"

graphics_i2c/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cortex-m-rt = "0.7"
1313
panic-halt = "0.2"
1414
panic-probe = { version = "0.3", features = ["print-defmt"] }
1515
defmt-rtt = "0.4"
16-
ssd1306 = "0.7"
16+
ssd1306 = "0.10"
1717
embedded-graphics = "0.8"
1818
embedded-hal ="0.2"
1919
fugit = "0.3"

0 commit comments

Comments
 (0)