Update Cargo.toml

This commit is contained in:
Dylan DPC 2018-02-24 17:42:07 +05:30 committed by dylan_DPC
parent 9c63c82063
commit e7a5e73d25

View file

@ -20,8 +20,8 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
maintenance = { status = "actively-developed" }
[dependencies]
task-hookrs = "0.4"
uuid = "0.5"
task-hookrs = { git="https://github.com/matthiasbeyer/task-hookrs.git", branch="master" }
uuid = "0.6"
toml = "0.4"
toml-query = "0.6"
log = "0.4.0"