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 dependencies for embassy-executor to 0.7.0 #221

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

mwesterm
Copy link

Hi! Thank you for helping out with SSD1306 development! Please:

  • Check that you've added documentation to any new methods
  • Rebase from master if you're not already up to date
  • Add or modify an example if there are changes to the public API
  • Add a CHANGELOG.md entry in the Unreleased section under the appropriate heading (Added, Fixed, Changed, etc)
  • Run rustfmt on the project with cargo fmt --all - CI will not pass without this step
  • Check that your branch is up to date with master and that CI is passing once the PR is opened

PR description

  • Update dependencies for embassy-executor to 0.7.0
  • Remove embassy-executor feature "integrated-timer". See https://github.com/embassy-rs/embassy/blob/main/embassy-executor/CHANGELOG.md
  • Switch embassy-executor from git to crates.io
  • Update dependencies for embassy-stm32 to 0.2.0
  • Switch embassy-stm32 from git to crates.io
  • Update dependencies for embassy-time to 0.4.0
  • Switch embassy-time from git to crates.io
  • Update dependencies for tinybmp to 0.5.0
  • Update root-toolchain to 1.84 for github workflow in ci.yml

- Remove `embassy-executor` feature  "integrated-timer". See https://github.com/embassy-rs/embassy/blob/main/embassy-executor/CHANGELOG.md
- Switch `embassy-executor` from git to crates.io
- Update dependencies for `embassy-stm32`  to 0.2.0
- Switch `embassy-stm32` from git to crates.io
- Update dependencies for `embassy-time` to 0.4.0
- Switch `embassy-time` from git to crates.io
- Update dependencies for `tinybmp` to 0.5.0
- Update root-toolchain  to  1.84  for  github workflow in ci.yml
Copy link
Member

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you!
Have you tested this in hardware?

CHANGELOG.md Outdated Show resolved Hide resolved
@mwesterm
Copy link
Author

Looks good to me, thank you! Have you tested this in hardware?

Yes, with an esp32-c3.

Copy link
Member

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Great, thank you!

@eldruin eldruin merged commit bffdeeb into rust-embedded-community:master Jan 22, 2025
11 of 12 checks passed
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.

2 participants