Skip to content

Releases: jwodder/in-place-rs

v0.2.1 — Relax mutability of a method's receiver

25 Jul 16:22
v0.2.1
Compare
Choose a tag to compare
  • Changed the receiver of InPlace::open() from &mut self to &self
  • Increased MSRV to 1.74

v0.2.0 — Use a single error type

22 Dec 17:39
v0.2.0
Compare
Choose a tag to compare
  • Increased MSRV to 1.70
  • Breaking: All error types have been combined into a single InPlaceError, and all error kinds have been combined into a single InPlaceErrorKind

v0.1.0 — Initial release

18 May 00:46
v0.1.0
Compare
Choose a tag to compare