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

Diesel codegen depreciated? #1476

Closed
tensor-programming opened this Issue Jan 14, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@tensor-programming

tensor-programming commented Jan 14, 2018

I came across a few old projects that I was trying to use for reference when working with diesel and I noticed that when trying to build diesel_codegen I run into issues. I also notice that the build is failing on crates-io and that its version is still 0.16 where as the newest diesel is 1.0.0. Was it depreciated in favor of diesel_derives library or is it maintained by a different person? I cant seem to find a straight answer regarding this in any of my searches.

@killercup

This comment has been minimized.

Member

killercup commented Jan 14, 2018

See the change log for information in how to upgrade.

tl;dr the derives are included in the diesel crate now

@tensor-programming

This comment has been minimized.

tensor-programming commented Feb 9, 2018

thank you. That confirms what I assumed happened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment