Skip to content

Commit

Permalink
Update dependencies and fix new warnings
Browse files Browse the repository at this point in the history
Notable changes
* Updating Embassy was, as usual, a minor pain.
  * Embassy requires a more recent of the nightly compiler.
  * There was a breaking API change to a embassy_sync channel API, but
    luckily it was just a name change.
* The compiler advised against using async functions in public traits.
Rather than following the recommended syntax workaround, I took the hint
and reduced the visibility of the SampleProducer traits, which don't
need to be public.
* Remove the fix-hidden-lifetime-bug crate, which is no longer needed as
  of Rust 1.69.
  • Loading branch information
kesyog committed Oct 13, 2023
1 parent e751057 commit 701532d
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 124 deletions.
Loading

0 comments on commit 701532d

Please sign in to comment.