Use PollWatcher in memofs StdBackend on macOS (#783)

This commit is contained in:
Kenneth Loeffler
2023-09-26 15:41:33 -07:00
committed by GitHub
parent d7277b5a5b
commit 3cafbf7f1a
3 changed files with 20 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# memofs Changelog
## Unreleased Changes
* Changed the `StdBackend` file watcher to use `PollWatcher` on macOS.
## 0.2.0 (2021-08-23)
* Updated to `crossbeam-channel` 0.5.1.
@@ -15,4 +16,4 @@
* Improved error messages using the [fs-err](https://crates.io/crates/fs-err) crate.
## 0.1.0 (2020-03-10)
* Initial release
* Initial release