Releases: diesel-rs/diesel_full_text_search
Releases · diesel-rs/diesel_full_text_search
Diesel Full Text Search 2.2.0
- Update diesel version to 2.2.0
New Contributors
- @RossRogers made their first contribution in #40
- @eth3lbert made their first contribution in #41
- @weiznich made their first contribution in #43
Full Changelog: v2.1.1...v2.2.0
Diesel Full Text Search 2.1.1
- Add a missing
#[derive(FromSqlRow)]
for theRegConfig
type to allow loading it from the database