From d9e4eaad3cda1ed2774bea874ad16d0d12534b1c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 27 Sep 2018 14:24:05 +0200 Subject: [PATCH] Update kairos to master branch Because of the new error-chain version which kairos can depend on, for which kairos is not yet released. --- bin/domain/imag-habit/Cargo.toml | 2 +- bin/domain/imag-timetrack/Cargo.toml | 2 +- lib/domain/libimaghabit/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/domain/imag-habit/Cargo.toml b/bin/domain/imag-habit/Cargo.toml index 3c02f2e8..b7f1b5d7 100644 --- a/bin/domain/imag-habit/Cargo.toml +++ b/bin/domain/imag-habit/Cargo.toml @@ -26,7 +26,7 @@ chrono = "0.4" log = "0.4" toml = "0.4" toml-query = "0.7" -kairos = "0.2" +kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "master" } prettytable-rs = "0.6" libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/bin/domain/imag-timetrack/Cargo.toml b/bin/domain/imag-timetrack/Cargo.toml index b035ce78..328a038d 100644 --- a/bin/domain/imag-timetrack/Cargo.toml +++ b/bin/domain/imag-timetrack/Cargo.toml @@ -27,7 +27,7 @@ chrono = "0.4" filters = "0.3" itertools = "0.7" 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" } libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" } diff --git a/lib/domain/libimaghabit/Cargo.toml b/lib/domain/libimaghabit/Cargo.toml index 99289722..5e4eb9b6 100644 --- a/lib/domain/libimaghabit/Cargo.toml +++ b/lib/domain/libimaghabit/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4" toml = "0.4" toml-query = "0.7" 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" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }