Closed VladasZ closed 3 years ago
Hi @cholcombe973 ! Thanks for approving. Could you please release a new version? Also what do you think about adding macOS and Windows CI job? It will prevent such issues in the future. I can create a new PR with such jobs.
I think adding a macos and windows ci job sounds great. If you'd be willing to create a pr i'd really appreciate it. I'll cut a release in a few mins
from_udev_device
andget_parent_name
methods break build on macOS. I muted them withcfg
. All usages of these methods were under#[cfg(target_os = "linux")]
anyway, so it won't change anything on other platforms. Also i added.idea/
to .gitignore to ignore CLion data.