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

Upgrade packages to latest versions #663

Merged
merged 3 commits into from
Mar 27, 2022
Merged

Upgrade packages to latest versions #663

merged 3 commits into from
Mar 27, 2022

Conversation

jamwaffles
Copy link
Member

@jamwaffles jamwaffles commented Mar 27, 2022

Thank you for helping out with embedded-graphics development! Please:

  • Check that you've added passing tests and documentation
  • Add a CHANGELOG.md entry in the Unreleased section under the appropriate heading (Added, Fixed, etc) if your changes affect the public API
  • Run rustfmt on the project
  • Run just build (Linux/macOS only) and make sure it passes. If you use Windows, check that CI passes once you've opened the PR.

PR description

Upgrade package versions to their latest at time of writing. Pleasantly few changes required.

@jamwaffles jamwaffles marked this pull request as ready for review March 27, 2022 14:58
Copy link
Member

@rfuest rfuest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did sneak in #662 before this PR, so that it needs to be rebased, but it looks good otherwise.

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Ralf Fuest <mail@rfuest.de>
@jamwaffles jamwaffles requested a review from rfuest March 27, 2022 15:12
float-cmp = "0.8.0"
micromath = { version = "1.1.0", default-features = false }
az = "1.2.0"
fixed = { version = "1.14.0", optional = true, default-features = false }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To note, fixed v2 (currently alpha 😞) will make a big pile of its functions const according to the changelog.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds great. Should we open an issue to remind ourself to update to version 2 if it is released?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #665 to track.

@jamwaffles jamwaffles merged commit fa3bf7e into master Mar 27, 2022
@jamwaffles jamwaffles deleted the package-upgrades branch March 27, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants