Fix notify dependency version.

This commit is contained in:
jeb 2018-11-18 15:02:36 -08:00 committed by Sergio Benitez
parent abb434f228
commit d14c3393a0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ r2d2_redis = { version = "0.8", optional = true }
time = { version = "0.1.40", optional = true }
[target.'cfg(debug_assertions)'.dependencies]
notify = { version = "^4.0" }
notify = { version = "^4.0.6" }
[package.metadata.docs.rs]
all-features = true