Update Cargo.toml
This commit is contained in:
parent
9c63c82063
commit
e7a5e73d25
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue