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

@@ -1,7 +1,7 @@
[package]
name = "memofs"
description = "Virtual filesystem with configurable backends."
version = "0.1.2"
version = "0.1.3"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
readme = "README.md"