Skip to content

Releases: rust-lang/impl-trait-utils

v0.1.2

18 Mar 22:41
a9bea3f
Compare
Choose a tag to compare

What's Changed

  • trait_variant::make supports rewriting of the original trait by @sargarass in #27
  • Fix associated type generic bounds not in where clause by @bsh98 in #26

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

05 Jan 02:32
db73d60
Compare
Choose a tag to compare

What's Changed

  • Add support for traits with generic parameters by @mendess in #19

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Dec 06:35
6a5e7ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.1.0

v0.0.1

21 Dec 06:34
2e82d4f
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

What's Changed

  • Shorten name to trait_variant::make by @tmandry in #8
  • Split trait_transformer back into its own crate by @tmandry in #9
  • Clarifications to README.md by @tmandry in #10

Full Changelog: v0.0.0...v0.0.1

v0.0.0

15 Dec 20:21
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release

Initial release, for testing #[make_variant] ahead of the announcement for async fn and -> impl Trait in traits.