Update kairos to master branch
Because of the new error-chain version which kairos can depend on, for which kairos is not yet released.
This commit is contained in:
parent
1fa9b86531
commit
d9e4eaad3c
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ chrono = "0.4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.7"
|
toml-query = "0.7"
|
||||||
kairos = "0.2"
|
kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "master" }
|
||||||
prettytable-rs = "0.6"
|
prettytable-rs = "0.6"
|
||||||
|
|
||||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -27,7 +27,7 @@ chrono = "0.4"
|
||||||
filters = "0.3"
|
filters = "0.3"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
prettytable-rs = "0.6"
|
prettytable-rs = "0.6"
|
||||||
kairos = "0.2"
|
kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "master" }
|
||||||
|
|
||||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
|
|
|
@ -25,7 +25,7 @@ log = "0.4"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.7"
|
toml-query = "0.7"
|
||||||
error-chain = "0.12"
|
error-chain = "0.12"
|
||||||
kairos = "0.2"
|
kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "master" }
|
||||||
|
|
||||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
Loading…
Reference in a new issue