Skip to content
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

chore: replace dev-dependencies by dev-dependencies #4094

Merged

Conversation

guissalustiano
Copy link
Contributor

@guissalustiano guissalustiano commented Jul 2, 2024

Hi! I was trying to build the repo for the first time and noticed these warnings:

warning: /home/[...]/diesel/examples/mysql/getting_started_step_1/Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
(in the `diesel_demo_step_1_mysql` package)
warning: /home/[...]/diesel/examples/postgres/getting_started_step_3/Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
(in the `diesel_demo_step_3_pg` package)
# ...

I double-checked in the cargo repo.

And looks simple, so I'm fixing these here

Thanks!

`dev_dependencies` is deprecated in favor of `dev-dependencies` and
will not work in the 2024 edition. [cargo #13804](rust-lang/cargo#13804)
@weiznich weiznich requested a review from a team July 2, 2024 18:28
@pksunkara pksunkara enabled auto-merge July 2, 2024 18:33
@pksunkara pksunkara added this pull request to the merge queue Jul 2, 2024
Merged via the queue into diesel-rs:master with commit a45a501 Jul 2, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants