Allow turning off file watching in memofs.

Also preemptively bumping version to 0.1.3 so I don't forget on next release
This commit is contained in:
Lucien Greathouse
2020-06-17 14:06:44 -07:00
parent 486b067567
commit fc27b2911e
5 changed files with 38 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ uuid = { version = "0.8.1", features = ["v4", "serde"] }
winreg = "0.6.2"
[build-dependencies]
memofs = { version = "0.1.0", path = "memofs" }
memofs = { version = "0.1.3", path = "memofs" }
anyhow = "1.0.27"
bincode = "1.2.1"