Skip to content

Update CONTRIBUTING.md to install diesel_cli 2.x #6198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

LawnGnome
Copy link
Contributor

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.

Diesel was upgraded to version 2 in rust-lang#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.
Copy link
Member

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, thanks :)

@Turbo87 Turbo87 added the C-documentation 📜 Category: Documentation of crates.io itself label Mar 14, 2023
@Turbo87 Turbo87 merged commit 9aadb9b into rust-lang:master Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-documentation 📜 Category: Documentation of crates.io itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants