-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
patch-rs binding #160
patch-rs binding #160
Conversation
I tried that, but the compiler complains:
How about |
error-chain is not compatible with failure: rust-lang-deprecated/error-chain#240 I'm doing this:
|
Due to error-chain not being maintain (from my understanding), it would be best to use a crate that would be more up to date and friendlier to use. This should also resolve an issue found in jazzdotdev/jazz#160 due to the way error-chain is designed.
It looks like its related to how error-chain is designed. Honestly I havent used that myself especially since I thought error-chain crate was being deprecated in favor of the failure crate (since it wasnt being maintain to my knowledge). I went on and switch to the failure crate in the |
@dariusc93 |
@juchiast done, v0.3.0 is out there. |
@hedgar2017 👍 👍 |
I'm using git dependency for patch-rs, because v0.2 is not published yet.