You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Move everything related to migrations into diesel_migration
- diesel_migrations/migrations_internals contains everything that was
in diesel/src/migrations
- diesel_migrations/migrations_macros contains the procedural macro
implementation for `embed_migrations!`
- diesel_migrations rexports everything related to migrations
2. Rename and restructure diesel_proc_macro
- diesel_infer_schema is moved and renamed to
diesel_infer_schema/infer_schema_internals
- diesel_proc_macro_internal is moved to
diesel_infer_schema/infer_schema_macros and everything related to
migrations is removed
- diesel_proc_macro is renamed to diesel_infer_schema and everything
related to migrations is removed
3. Fix hopefully all other crates
0 commit comments