Fix Cargo.toml

This commit is contained in:
Pascal Hertleif 2015-12-30 12:58:47 +01:00
parent 0a0a96808d
commit c0a935c4ff
1 changed files with 3 additions and 3 deletions

View File

@ -23,15 +23,15 @@ pulldown-cmark = "~0.0.3"
# Watch feature
[dependencies.notify]
notify = "^2.4.1"
version = "^2.4.1"
optional = true
[dependencies.time]
time = "^0.1.33"
version = "^0.1.33"
optional = true
[dependencies.crossbeam]
time = "^0.2.0"
version = "^0.2.0"
optional = true
# Tests