Skip to content

Commit

Permalink
Update embedded-graphics requirement in /examples/twi-ssd1306
Browse files Browse the repository at this point in the history
Updates the requirements on [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) to permit the latest version.
- [Release notes](https://github.com/embedded-graphics/embedded-graphics/releases)
- [Changelog](https://github.com/embedded-graphics/embedded-graphics/blob/master/CHANGELOG.md)
- [Commits](embedded-graphics/embedded-graphics@embedded-graphics-0.4.7...embedded-graphics-v0.8.1)

---
updated-dependencies:
- dependency-name: embedded-graphics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent bca1a73 commit a04ff6d
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 @@ -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]
Expand Down

0 comments on commit a04ff6d

Please sign in to comment.