Skip to content

Releases: wcampbell0x2a/no-std-io2

v0.9.0

04 Jan 18:30
b9245cd
Compare
Choose a tag to compare
  • Support io errors with arbitrary payloads in "alloc" mode #11
  • Implement Write for Cursor<Vec<u8>> #10
  • Restore io::ErrorKind::Unsupported, add io::ErrorKind::OutOfMemory #8
  • Use core::error, bump MSRV to 1.81 #9

Thanks @sunfishcode for his contributions!

v0.8.1

12 Oct 20:45
edbfb6a
Compare
Choose a tag to compare
  • Fix Write impl for alloc::Vec