Diesel 2.2.1
You can support the development of diesel by contributions or by sponsoring the project on Github.
- Fixed using
#[dsl::auto_type]
with functions that accept reference arguments - Fixed using
#[derive(Queryable)]
with structs that use a type namedRow
as field type - Fixed a regression that prevented using
mysqlclient-sys
0.2.x with diesel 2.2 - Fixed connecting to postgres database using the scram-sha-256 authentication method on windows while using the bundled postgres builds
- Improved the error messages in diesel-cli for cases where a file/folder was not found
- Fixed several version detection bugs in mysqlclient-sys to use pre-generated bindings in more situations
Full Changelog: v2.2.0...v2.2.1