Skip to content

Commit

Permalink
update toolchain to nightly-2023-12-28
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rursprung authored and Rahix committed Jan 11, 2024
1 parent 7fc7911 commit 5fc637e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-08-08"
channel = "nightly-2023-12-28"
components = [ "rust-src" ]
profile = "minimal"

0 comments on commit 5fc637e

Please sign in to comment.