Conversation
|
Thanks for the patch! This seems to be broken on Windows though, all the AppVeyor builds are busted: Note that Windows CI builds use Line 108 in 55210fe |
|
Had to add the url feature for azure. Also updated winapi to 0.3. |
I don't think this is a problem. sccache only uses bincode for communication between the client and server on the same machine, so they should always be the same version. |
|
👍 Going through the rebase atm |
The error type no longer implements ::std::error::Error (it implements failure::Fail instead) so I had to add a wrapper for it.
Great, thanks! I started looking at this but it was sort of a PITA. |
|
Rebased and updated rand and bincode as well |
|
Thanks again! I should probably set up dependabot now that you've done most of the hard work. :) |
Just went through and updated most dependencies of sccache, mainly small cosmetic changes but I also used reqwest instead of
hyper::Clientin more places to be able to remove the explicit hyper-tls usage.cargo outdated -R
Avoided updating
bincodesince there maybe be versioning issues(?).hyper-0.11is also neededreqwest(no version has been release withhyper-0.12yet) so I left it alone.