Bump notify crate to 0.4.

This commit is contained in:
Corey Farwell 2017-02-18 20:24:27 -05:00
parent cfa4295d79
commit fab24f5224
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ open = "1.1"
regex = "0.2.1"
# Watch feature
notify = { version = "3.0", optional = true }
notify = { version = "4.0", optional = true }
time = { version = "0.1.34", optional = true }
crossbeam = { version = "0.2.8", optional = true }