diesel v0.7.1 Release Notes

Release Date: 2016-08-11 // over 7 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿšš The Copy constraint has been removed from Identifiable::Id, and Identifiable#id now returns &Identifiable::Id.

    ๐Ÿ›  Fixed

    • #[belongs_to] now respects the foreign_key option when using diesel_codegen or diesel_codegen_syntex.