Releases: ink-feather-org/trait-cast-rs
Releases · ink-feather-org/trait-cast-rs
0.3.2
0.3.1
- Restructure the project.
- Rebrand as
trait-cast
.
0.3.0
- Move from
venial
tosyn
intrait_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 theconst 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
Fixes
- Updated dependencies.
- Fixed clippy lints