Downgrade to Notify 4, use FSEvents, use minimal recursive watches (#830)

This commit is contained in:
Kenneth Loeffler
2024-01-02 09:26:06 -08:00
committed by GitHub
parent 097d39e8ce
commit 3369b0d429
5 changed files with 192 additions and 87 deletions

View File

@@ -13,5 +13,5 @@ homepage = "https://github.com/rojo-rbx/rojo/tree/master/memofs"
[dependencies]
crossbeam-channel = "0.5.1"
fs-err = "2.3.0"
notify = "6.1.1"
notify = "4.0.15"
serde = { version = "1.0", features = ["derive"] }