Skip to content

Releases: ink-feather-org/trait-cast-rs

0.3.2

16 Dec 08:58
Compare
Choose a tag to compare
  • Support older nightly versions because the one that build the docs is currently frozen.

0.3.1

14 Dec 22:21
Compare
Choose a tag to compare
  • Restructure the project.
  • Rebrand as trait-cast.

0.3.0

12 Dec 20:22
Compare
Choose a tag to compare
  • Move from venial to syn in trait_cast_impl_rs.
  • Fix lots of clippy lints.
  • Use const Ordering for TypeId to make a lot of code cleanups.
  • Removed the const_sort feature because the const trait impls in the standard library have been removed.
  • Fix the doctest in the README when the min_specialization feature is enabled.

0.2.4

10 Nov 08:41
Compare
Choose a tag to compare

Fixes

  • Updated dependencies.
  • Fixed clippy lints

0.2.3

25 Sep 11:17
Compare
Choose a tag to compare

Fixes

  • Fixed clippy lints

0.2.2

23 Sep 17:19
Compare
Choose a tag to compare

Fixes

  • Fixed const_trait_impl breakage in dependency.

0.2.0

23 Sep 17:19
Compare
Choose a tag to compare

Initial release.

0.2.1

23 Sep 17:19
Compare
Choose a tag to compare

Added

  • Added const_sort feature.