Releases: ink-feather-org/trait-cast-rs
Releases · ink-feather-org/trait-cast-rs
0.3.6
0.3.3
- Support remapping the
trait-cast
dependency in most cases when using the proc macro.
0.3.2
- Support older nightly versions because the one that build the docs is currently frozen.
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