Skip to content

Releases: rust-embedded-community/embedded-storage

v0.3.1

04 Dec 11:04
94d7785
Compare
Choose a tag to compare

What's Changed

  • Let &mut NorFlash implement NorFlash.

Full Changelog: v0.3.0...v0.3.1

embedded-storage-async-v0.4.1

04 Dec 11:05
94d7785
Compare
Choose a tag to compare

What's Changed

  • Let &mut NorFlash implement NorFlash.
  • Reexport NOR flash errors from embedded-storage.
  • Use now stabilized async_fn_in_trait and impl_trait_projections.

Full Changelog: embedded-storage-async-v0.4.0...embedded-storage-async-v0.4.1

embedded-storage-async release 0.4.0

16 Jan 06:24
Compare
Choose a tag to compare

Changes

  • Switch all traits to use async_fn_in_trait (AFIT). Requires nightly-2022-11-22 or newer.
  • Remove Async prefix in trait names.