Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update embedded-graphics requirement from 0.4.7 to 0.8.1 in /examples/twi-ssd1306 #456

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Updates the requirements on embedded-graphics to permit the latest version.

Release notes

Sourced from embedded-graphics's releases.

embedded-graphics-v0.8.1

Changed

  • (technically breaking) #731 Bump MSRV to 1.71.1
  • #730 Made the following methods const:
    • MonoFontStyleBuilder::font
    • MonoFontStyleBuilder::underline
    • MonoFontStyleBuilder::strikethrough
    • MonoFontStyleBuilder::reset_text_color
    • MonoFontStyleBuilder::reset_background_color
    • MonoFontStyleBuilder::reset_underline
    • MonoFontStyleBuilder::reset_strikethrough
    • MonoTextStyle::new
Changelog

Sourced from embedded-graphics's changelog.

[0.8.1] - 2023-08-10

Changed

  • (technically breaking) #731 Bump MSRV to 1.71.1
  • #730 Made the following methods const:
    • MonoFontStyleBuilder::font
    • MonoFontStyleBuilder::underline
    • MonoFontStyleBuilder::strikethrough
    • MonoFontStyleBuilder::reset_text_color
    • MonoFontStyleBuilder::reset_background_color
    • MonoFontStyleBuilder::reset_underline
    • MonoFontStyleBuilder::reset_strikethrough
    • MonoTextStyle::new

[0.8.0] - 2023-05-14

Added

  • #592 Add support for defmt behind a feature (defmt).
  • #612, #699 Added GetPixel trait and implementations for ImageRaw and Framebuffer.
  • #621 Added Rgb666 and Bgr666 color type support.
  • #641 Added Line::with_delta constructor.
  • #656 Added Rgb666 and Bgr666 conversions.
  • #673 Added Framebuffer.
  • #709 Added Image::with_center.
  • #710 Added AnchorX, AnchorY, AnchorPoint::x, AnchorPoint::y and AnchorPoint::from_xy.
  • #710 Added Rectangle::resized_width, Rectangle::resized_height, Rectangle::anchor_x and Rectangle::anchor_y.

Changed

  • (breaking) #660 Remove RawU18 color storage type and use RawU24 in is place for Rgb666 and Bgr666.
  • #639 Made the following functions const:
  • (breaking) #690 Remove ImageRaw::new_binary const helper method. ImageRaw::new can now be used in const contexts, so use it instead of new_binary.
  • #639, #690 Made the following functions const:
    • Point::component_mul
    • Point::component_div
    • Size::saturating_add
    • Size::saturating_sub
    • Size::component_mul
    • Size::component_div
    • BinaryColor::invert
    • BinaryColor::is_on
    • BinaryColor::is_off
    • Rectangle::with_center
    • Rectangle::is_zero_sized
    • RawDataSlice::new
    • MonoTextStyle::new
    • Arc::with_center
    • Arc::from_circle

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 18, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/examples/twi-ssd1306/embedded-graphics-0.8.1 branch from 1bfe71b to a04ff6d Compare April 18, 2024 14:14
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] <[email protected]>
@qwandor qwandor force-pushed the dependabot/cargo/examples/twi-ssd1306/embedded-graphics-0.8.1 branch from a04ff6d to 46dcda1 Compare April 18, 2024 14:53
@qwandor qwandor merged commit 6b89b11 into master Apr 18, 2024
5 checks passed
@qwandor qwandor deleted the dependabot/cargo/examples/twi-ssd1306/embedded-graphics-0.8.1 branch April 18, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant