Update dependencies#162
Update dependencies#162passcod merged 5 commits intonotify-rs:masterfrom dimbleby:update-dependencies
Conversation
|
NB spurious test failures with weird |
|
Wow, good work! Thank you very much I think this is alright, but I'll make CI run a few more times to get the spurious failures some extra coverage before merging (after the inotify fix is in). |
|
Hmm, the windows test fails consistently (not just in this PR) on Also could you move |
|
Windows tests failed for me consistently before I started - all of I'll move the code around as you propose and push shortly. I'd suggest not merging this - or certainly not publishing it - until a fix for that |
|
Certainly. I've subscribed to the inotify issue, too :) |
| [target.'cfg(windows)'.dependencies] | ||
| winapi = "^0.2.5" | ||
| winapi = "^0.3.5" | ||
| kernel32-sys = "^0.2.1" |
There was a problem hiding this comment.
When upgrading winapi to "0.3", kernel32-sys should be dropped.
|
I've merged hannobraun/inotify-rs#117 and released inotify 0.6.1. |
|
@hannobraun thanks! I've updated this pull request to match |
|
Thanks all! I'll merge and release tomorrow (for me). In ~12 hours |
|
Released in 4.0.5 |
I've updated a bunch of dependencies, in a series of commits.
Much the biggest was
mio.I don't have access to a mac, so
fseventis left as an exercise for the reader.