Skip to content

Commit

Permalink
Update ssd1306 requirement from 0.8.4 to 0.9.0 in /examples/twi-ssd13…
Browse files Browse the repository at this point in the history
…06 (#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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 04cd0c8 commit 63ca6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/twi-ssd1306/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 63ca6b5

Please sign in to comment.