1.0.8 Adds: * ios support Fixes: * panic on overflow on more than max 32bit files
1.0.7 Fixes: * Fixes broken 32bit builds by matching `timespec` defs to libc
1.0.6 Fixes: * marks `Vnode` enum `non_exhaustive` to fix backwards compatibility in 1.x
1.0.3 Adds: * #6: Adds a new `Watcher.poll_forever()` method which blocks on new events. This works around buggy behavior in the original `Watcher.poll()` method. * !3: Adds an implementation for `std::os::unix::io::AsRawFd` for `Watcher` for nested kqueues.