Skip to content

Commit 63ca6b5

Browse files
Update ssd1306 requirement from 0.8.4 to 0.9.0 in /examples/twi-ssd1306 (#487)
Updates the requirements on [ssd1306](https://github.com/rust-embedded-community/ssd1306) to permit the latest version. - [Release notes](https://github.com/rust-embedded-community/ssd1306/releases) - [Changelog](https://github.com/rust-embedded-community/ssd1306/blob/master/CHANGELOG.md) - [Commits](rust-embedded-community/ssd1306@v0.8.4...v0.9.0) --- updated-dependencies: - dependency-name: ssd1306 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04cd0c8 commit 63ca6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/twi-ssd1306/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010

1111
[dependencies]
1212
cortex-m-rt = "0.7.0"
13-
ssd1306 = "0.8.4"
13+
ssd1306 = "0.9.0"
1414
embedded-graphics = "0.8.1"
1515
panic-semihosting = "0.6.0"
1616

0 commit comments

Comments
 (0)