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
Update CONTRIBUTING.md to install diesel_cli 2.x (#6198)
Diesel was upgraded to version 2 in #4892, but the contributing
instructions still have the reader install diesel_cli 1.x, which will
result in some fun errors when it attempts to regenerate
`src/schema.rs` when running `diesel migration run`, as recommended
later in the contributing guide.
0 commit comments