embassy-rs / embassy

Modern embedded framework, using Rust and async.
https://embassy.dev
Apache License 2.0
5.64k stars 781 forks source link

Bump sync version #3562

Closed bugadani closed 4 days ago

bugadani commented 4 days ago

There were multiple rustc version bumps in the codebase since the last release. At least collapse_debuginfo sets MSRV to 1.79 which probably was more relaxed before, so I'm proposing a ~minor~ ~major~ minor release.

Dirbaio commented 4 days ago

so I'm proposing a minor release.

bumping 0.6.0->0.7.0 is a major release though.

bugadani commented 4 days ago

Damn technicalities :)

bugadani commented 4 days ago

Oh this is equally as much fun as we had with an inter-repo dependency cycle. Can I leave the failing examples on old embassy-sync?