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 upLatest diesel_codegen on crates.io requires syntex 0.25.*, while README says 0.26.* #138
Comments
This comment has been minimized.
|
The README on master documents the code on master. You can find the older versions on the tag for that version. The latest released is at https://github.com/sgrif/diesel/tree/v0.4.1 |
sgrif
closed this
Jan 26, 2016
This comment has been minimized.
Drakulix
commented
Jan 26, 2016
|
Thanks for clarifying. I would argue then, that master then should also track master in the README: The current Readme is confusing, because the most obvious example is broken. |
This comment has been minimized.
|
We usually try to keep master correct for the upcoming release, as it's On Tue, Jan 26, 2016 at 6:38 PM, Victor Brekenfeld <notifications@github.com
Thanks, |
Drakulix commentedJan 26, 2016
Basically what the title says. Crates.io version of diesel_codegen still requires syntex 0.25.* although the Readme clearly suggests to use ^0.26.0.
Git Repo seems to use 0.26.0 already, but was not pushed.