Fix Cargo.toml
This commit is contained in:
parent
0a0a96808d
commit
c0a935c4ff
|
@ -23,15 +23,15 @@ pulldown-cmark = "~0.0.3"
|
||||||
|
|
||||||
# Watch feature
|
# Watch feature
|
||||||
[dependencies.notify]
|
[dependencies.notify]
|
||||||
notify = "^2.4.1"
|
version = "^2.4.1"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.time]
|
[dependencies.time]
|
||||||
time = "^0.1.33"
|
version = "^0.1.33"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.crossbeam]
|
[dependencies.crossbeam]
|
||||||
time = "^0.2.0"
|
version = "^0.2.0"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
Loading…
Reference in New Issue