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 upUnable to compile diesel v1.1.1 #1508
Comments
This comment has been minimized.
|
I've failed to reproduce this. Which could you post a complete minimal reproducing example(including the Cargo.lock file) somewhere? |
This comment has been minimized.
|
I was able to reproduce this.This is caused by a incompatible r2d2 version in your dependency tree. |
weiznich
referenced this issue
Jan 25, 2018
Merged
Do not depend on r2d2 < 0.8 because this causes compile errors #1513
This comment has been minimized.
am0d
commented
Jan 26, 2018
|
Thank you, that did fix it for me. I was still on r2d2 0.7.4, upgrading to 0.8.2 fixed the build for me. |
am0d
closed this
Jan 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
am0d commentedJan 24, 2018
Setup
Versions
Feature Flags
Problem Description
Unable to compile - output when compiling is:
What are you trying to accomplish?
Compile app.
What is the expected output?
No errors.
What is the actual output?
See above.
Are you seeing any additional errors?
No.
Steps to reproduce
Attempt to compile an application with a dependency on diesel v1.1.1 with the r2d2 feature enabled.
Checklist