Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upDiesel codegen depreciated? #1476
Comments
tensor-programming
closed this
Jan 14, 2018
This comment has been minimized.
|
See the change log for information in how to upgrade. tl;dr the derives are included in the diesel crate now |
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
tensor-programming commentedJan 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.