Skip to content

Releases: taiki-e/assert-unmoved

0.1.6

08 May 03:14
Compare
Choose a tag to compare
  • Add #[must_use] to constructor and getters.

0.1.5

25 Aug 13:59
Compare
Choose a tag to compare
  • Track location that AssertUnmoved being first pinned-mutably accessed.

  • Fix build error from dependency when built with -Z minimal-versions.

  • Restore compatibility with Rust 1.46 by replacing pin-project with pin-project-lite.

0.1.4

06 Feb 15:41
Compare
Choose a tag to compare
  • Use #[track_caller].

    NOTE: This raises the minimum supported Rust version of this crate from Rust 1.37 to Rust 1.46.

  • Detect misuse of AssertUnmoved::get_mut.

0.1.3

06 Apr 14:13
Compare
Choose a tag to compare

0.1.2

05 Jan 14:57
Compare
Choose a tag to compare
  • Exclude unneeded files from crates.io.

0.1.1

23 Dec 19:23
Compare
Choose a tag to compare

0.1.0

09 Nov 19:51
Compare
Choose a tag to compare

Initial release