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 toolchain to nightly-2023-12-28 #480

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

rursprung
Copy link
Contributor

@rursprung rursprung commented Dec 28, 2023

today Rust 1.75.0 has been released. this is the basis for the upcoming embedded-hal v1.0 release (at least for the embedded-hal-async traits). by updating to the latest available nightly build we ensure that it'll be possible to implement these traits in the future.

PS: that doesn't mean that i plan on implementing these traits 😉. i'm just laying the groundwork for whoever wants to do this in the future.

today Rust 1.75.0 has been released. this is the basis for the upcoming
`embedded-hal` v1.0 release (at least for the `embedded-hal-async`
traits). by updating to the latest available nightly build we ensure
that it'll be possible to implement these traits in the future.
Copy link
Owner

@Rahix Rahix left a comment

Choose a reason for hiding this comment

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

Thanks!

@Rahix Rahix merged commit 5fc637e into Rahix:main Jan 11, 2024
23 checks passed
@Rahix
Copy link
Owner

Rahix commented Jan 11, 2024

Hm, after merging, CI magically stops passing - see https://github.com/Rahix/avr-hal/actions/runs/7493773898/job/20400220985#step:5:58 ...

Investigating...

Rahix added a commit to Rahix/avr-hal-template that referenced this pull request Jan 11, 2024
Use the nightly corresponding to Rust 1.75 which will be required by
new `avr-hal` versions at some point.  Also check [1] for details.

[1]: Rahix/avr-hal#480
@rursprung rursprung deleted the update-to-latest-rustc-nightly branch January 12, 2024 19:45
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