Update version string: 0.6.0 -> 0.7.0
This commit is contained in:
parent
fa8af0c053
commit
30d2c28a22
62 changed files with 275 additions and 271 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-annotate"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-annotate command"
|
||||
|
@ -25,12 +25,12 @@ url = "1.2"
|
|||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryannotation = { version = "0.6.0", path = "../../../lib/entry/libimagentryannotation" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryannotation = { version = "0.7.0", path = "../../../lib/entry/libimagentryannotation" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-diagnostics"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-gps command"
|
||||
|
@ -17,10 +17,10 @@ homepage = "http://imag-pim.org"
|
|||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-edit"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-edit command"
|
||||
|
@ -20,26 +20,30 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
toml = "0.4"
|
||||
toml-query = "0.4"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/etc/libimagutil"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
||||
[dev-dependencies.libimagrt]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/core/libimagrt"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-gps"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-gps command"
|
||||
|
@ -25,11 +25,11 @@ url = "1.2"
|
|||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrygps = { version = "0.6.0", path = "../../../lib/entry/libimagentrygps" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrygps = { version = "0.7.0", path = "../../../lib/entry/libimagentrygps" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
@ -37,7 +37,7 @@ default-features = false
|
|||
features = ["color", "suggestions"]
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/etc/libimagutil"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-grep"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-grep command"
|
||||
|
@ -22,9 +22,9 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
regex = "0.2"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-init"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-init command"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-link"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-link command"
|
||||
|
@ -25,11 +25,11 @@ url = "1.5"
|
|||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
@ -37,13 +37,13 @@ default-features = false
|
|||
features = ["color", "suggestions"]
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/etc/libimagutil"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
||||
[dev-dependencies.libimagrt]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/core/libimagrt"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
|
|
@ -265,7 +265,7 @@ mod tests {
|
|||
make_mock_app! {
|
||||
app "imag-link";
|
||||
modulename mock;
|
||||
version "0.6.0";
|
||||
version "0.7.0";
|
||||
with help "imag-link mocking app";
|
||||
}
|
||||
use self::mock::generate_test_runtime;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-mv"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag command"
|
||||
|
@ -22,10 +22,10 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-ref"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-ref command"
|
||||
|
@ -22,12 +22,12 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryref = { version = "0.6.0", path = "../../../lib/entry/libimagentryref" }
|
||||
libimagentrylist = { version = "0.6.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryref = { version = "0.7.0", path = "../../../lib/entry/libimagentryref" }
|
||||
libimagentrylist = { version = "0.7.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimaginteraction = { version = "0.7.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-store"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-store command"
|
||||
|
@ -24,10 +24,10 @@ log = "0.4.0"
|
|||
toml = "0.4"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
@ -38,13 +38,13 @@ features = ["color", "suggestions"]
|
|||
early-panic = [ "libimagstore/early-panic" ]
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/etc/libimagutil"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
||||
[dev-dependencies.libimagrt]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/core/libimagrt"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
|
|
@ -177,7 +177,7 @@ mod tests {
|
|||
make_mock_app! {
|
||||
app "imag-store";
|
||||
modulename mock;
|
||||
version "0.6.0";
|
||||
version "0.7.0";
|
||||
with help "imag-store mocking app";
|
||||
}
|
||||
use self::mock::generate_test_runtime;
|
||||
|
@ -196,7 +196,7 @@ mod tests {
|
|||
let e = e.unwrap();
|
||||
|
||||
let version = e.get_header().read("imag.version").map(Option::unwrap).unwrap();
|
||||
assert_eq!(Value::String(String::from("0.6.0")), *version);
|
||||
assert_eq!(Value::String(String::from("0.7.0")), *version);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@ mod tests {
|
|||
make_mock_app! {
|
||||
app "imag-store";
|
||||
modulename mock;
|
||||
version "0.6.0";
|
||||
version "0.7.0";
|
||||
with help "imag-store mocking app";
|
||||
}
|
||||
use self::mock::generate_test_runtime;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-tag"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-tag command"
|
||||
|
@ -23,11 +23,11 @@ maintenance = { status = "actively-developed" }
|
|||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrytag = { version = "0.6.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrytag = { version = "0.7.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
@ -39,13 +39,13 @@ toml-query = "0.6"
|
|||
env_logger = "0.5"
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/etc/libimagutil"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
||||
[dev-dependencies.libimagrt]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
path = "../../../lib/core/libimagrt"
|
||||
default-features = false
|
||||
features = ["testing"]
|
||||
|
|
|
@ -246,7 +246,7 @@ mod tests {
|
|||
make_mock_app! {
|
||||
app "imag-tag";
|
||||
modulename mock;
|
||||
version "0.6.0";
|
||||
version "0.7.0";
|
||||
with help "imag-tag mocking app";
|
||||
}
|
||||
use self::mock::generate_test_runtime;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-view"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-view command"
|
||||
|
@ -26,10 +26,10 @@ toml-query = "0.6"
|
|||
handlebars = "0.29.0"
|
||||
tempfile = "2.1"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryview = { version = "0.6.0", path = "../../../lib/entry/libimagentryview" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryview = { version = "0.7.0", path = "../../../lib/entry/libimagentryview" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag command"
|
||||
|
@ -25,8 +25,8 @@ log = "0.4.0"
|
|||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-bookmark"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-bookmark command"
|
||||
|
@ -24,10 +24,10 @@ log = "0.4.0"
|
|||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagbookmark = { version = "0.6.0", path = "../../../lib/domain/libimagbookmark" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagbookmark = { version = "0.7.0", path = "../../../lib/domain/libimagbookmark" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-contact"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-contact command"
|
||||
|
@ -28,14 +28,14 @@ vobject = "0.4"
|
|||
walkdir = "1"
|
||||
uuid = { version = "0.5", features = ["v4"] }
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagcontact = { version = "0.6.0", path = "../../../lib/domain/libimagcontact" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagentryref = { version = "0.6.0", path = "../../../lib/entry/libimagentryref" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagcontact = { version = "0.7.0", path = "../../../lib/domain/libimagcontact" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagentryref = { version = "0.7.0", path = "../../../lib/entry/libimagentryref" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimaginteraction = { version = "0.7.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Contact template for imag-contact version 0.6.0
|
||||
# Contact template for imag-contact version 0.7.0
|
||||
#
|
||||
# This file is explicitely _not_ distributed under the terms of the original imag license, but
|
||||
# public domain.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Contact template for imag-contact version 0.6.0
|
||||
# Contact template for imag-contact version 0.7.0
|
||||
#
|
||||
# This file is explicitely _not_ distributed under the terms of the original imag license, but
|
||||
# public domain.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-diary"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-diary command"
|
||||
|
@ -25,15 +25,15 @@ log = "0.4.0"
|
|||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagdiary = { version = "0.6.0", path = "../../../lib/domain/libimagdiary" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentrylist = { version = "0.6.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagtimeui = { version = "0.6.0", path = "../../../lib/etc/libimagtimeui" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagdiary = { version = "0.7.0", path = "../../../lib/domain/libimagdiary" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentrylist = { version = "0.7.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimaginteraction = { version = "0.7.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagtimeui = { version = "0.7.0", path = "../../../lib/etc/libimagtimeui" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-habit"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-habit command"
|
||||
|
@ -26,15 +26,15 @@ toml = "0.4"
|
|||
toml-query = "0.6"
|
||||
kairos = "0.1.0"
|
||||
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentrylist = { version = "0.6.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagtimeui = { version = "0.6.0", path = "../../../lib/etc/libimagtimeui" }
|
||||
libimaghabit = { version = "0.6.0", path = "../../../lib/domain/libimaghabit" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentrylist = { version = "0.7.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimaginteraction = { version = "0.7.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagtimeui = { version = "0.7.0", path = "../../../lib/etc/libimagtimeui" }
|
||||
libimaghabit = { version = "0.7.0", path = "../../../lib/domain/libimaghabit" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-log"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-bookmark command"
|
||||
|
@ -25,10 +25,10 @@ toml = "0.4"
|
|||
toml-query = "0.6"
|
||||
is-match = "0.1"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagdiary = { version = "0.6.0", path = "../../../lib/domain/libimagdiary" }
|
||||
libimaglog = { version = "0.6.0", path = "../../../lib/domain/libimaglog" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagdiary = { version = "0.7.0", path = "../../../lib/domain/libimagdiary" }
|
||||
libimaglog = { version = "0.7.0", path = "../../../lib/domain/libimaglog" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-mail"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-notes command"
|
||||
|
@ -22,10 +22,10 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagmail = { version = "0.6.0", path = "../../../lib/domain/libimagmail" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagmail = { version = "0.7.0", path = "../../../lib/domain/libimagmail" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-notes"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-notes command"
|
||||
|
@ -23,12 +23,12 @@ maintenance = { status = "actively-developed" }
|
|||
log = "0.4.0"
|
||||
itertools = "0.7"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagnotes = { version = "0.6.0", path = "../../../lib/domain/libimagnotes" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagnotes = { version = "0.7.0", path = "../../../lib/domain/libimagnotes" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imag-timetrack"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Part of the imag core distribution: imag-tag command"
|
||||
|
@ -26,11 +26,11 @@ filters = "0.2"
|
|||
itertools = "0.7"
|
||||
prettytable-rs = "0.6"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagtimetrack = { version = "0.6.0", path = "../../../lib/domain/libimagtimetrack" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagtimetrack = { version = "0.7.0", path = "../../../lib/domain/libimagtimetrack" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
authors = ["mario <mario-krehl@gmx.de>"]
|
||||
name = "imag-todo"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
|
||||
description = "Part of the imag core distribution: imag-todo command"
|
||||
|
||||
|
@ -25,9 +25,9 @@ toml = "0.4"
|
|||
toml-query = "0.6"
|
||||
is-match = "0.1"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagtodo = { version = "0.6.0", path = "../../../lib/domain/libimagtodo" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagtodo = { version = "0.7.0", path = "../../../lib/domain/libimagtodo" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: imag User Documentation
|
||||
version: 0.6.0
|
||||
version: 0.7.0
|
||||
date: February 2018
|
||||
listings: true
|
||||
codeBlockCaptions: true
|
||||
|
|
|
@ -77,7 +77,7 @@ An example for a file in the store follows.
|
|||
|
||||
---
|
||||
[imag]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
|
||||
[note]
|
||||
name = "foo"
|
||||
|
@ -228,12 +228,12 @@ The strucure is as follows:
|
|||
|
||||
```json
|
||||
{
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"store": {
|
||||
"example": {
|
||||
"header": {
|
||||
"imag": {
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
},
|
||||
},
|
||||
"content": "hi there!",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagerror"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagrt"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -30,10 +30,10 @@ toml-query = "0.6"
|
|||
error-chain = "0.11"
|
||||
handlebars = "0.29.0"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimaginteraction = { version = "0.7.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagstore"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -34,8 +34,8 @@ serde_derive = "1"
|
|||
error-chain = "0.11"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
|
|
|
@ -114,7 +114,7 @@ mod test {
|
|||
let loca = StoreId::new_baseless(path).unwrap();
|
||||
let file = Entry::from_str(loca.clone(), r#"---
|
||||
[imag]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
---
|
||||
Hello World"#).unwrap();
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@ mod test {
|
|||
|
||||
#[test]
|
||||
fn test_empty_json_to_fs() {
|
||||
let json = r#"{"version":"0.6.0","store":{}}"#;
|
||||
let json = r#"{"version":"0.7.0","store":{}}"#;
|
||||
let mut json = Cursor::new(String::from(json).into_bytes());
|
||||
let mapper = JsonMapper::new();
|
||||
let mut hm = HashMap::new();
|
||||
|
@ -177,12 +177,12 @@ mod test {
|
|||
#[test]
|
||||
fn test_json_to_fs() {
|
||||
let json = r#"
|
||||
{ "version": "0.6.0",
|
||||
{ "version": "0.7.0",
|
||||
"store": {
|
||||
"example": {
|
||||
"header": {
|
||||
"imag": {
|
||||
"version": "0.6.0"
|
||||
"version": "0.7.0"
|
||||
}
|
||||
},
|
||||
"content": "test"
|
||||
|
@ -209,7 +209,7 @@ mod test {
|
|||
let mut hm = HashMap::new();
|
||||
let content = r#"---
|
||||
[imag]
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
---
|
||||
hi there!"#;
|
||||
|
||||
|
@ -224,12 +224,12 @@ hi there!"#;
|
|||
|
||||
let example = r#"
|
||||
{
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"store": {
|
||||
"example": {
|
||||
"header": {
|
||||
"imag": {
|
||||
"version": "0.6.0"
|
||||
"version": "0.7.0"
|
||||
}
|
||||
},
|
||||
"content": "hi there!"
|
||||
|
|
|
@ -1293,7 +1293,7 @@ mod store_tests {
|
|||
|
||||
// Lets have an empty store as input
|
||||
let mut input = Cursor::new(r#"
|
||||
{ "version": "0.6.0",
|
||||
{ "version": "0.7.0",
|
||||
"store": { }
|
||||
}
|
||||
"#);
|
||||
|
@ -1330,7 +1330,7 @@ mod store_tests {
|
|||
Value::Object(ref map) => {
|
||||
assert!(map.get("version").is_some(), format!("No 'version' in JSON"));
|
||||
match map.get("version").unwrap() {
|
||||
&Value::String(ref s) => assert_eq!("0.6.0", s),
|
||||
&Value::String(ref s) => assert_eq!("0.7.0", s),
|
||||
_ => panic!("Wrong type in JSON at 'version'"),
|
||||
}
|
||||
|
||||
|
@ -1631,12 +1631,12 @@ mod store_tests {
|
|||
|
||||
// Lets have an empty store as input
|
||||
let mut input = Cursor::new(r#"
|
||||
{ "version": "0.6.0",
|
||||
{ "version": "0.7.0",
|
||||
"store": {
|
||||
"example": {
|
||||
"header": {
|
||||
"imag": {
|
||||
"version": "0.6.0"
|
||||
"version": "0.7.0"
|
||||
}
|
||||
},
|
||||
"content": "foobar"
|
||||
|
@ -1680,7 +1680,7 @@ mod store_tests {
|
|||
Value::Object(ref map) => {
|
||||
assert!(map.get("version").is_some(), format!("No 'version' in JSON"));
|
||||
match map.get("version").unwrap() {
|
||||
&Value::String(ref s) => assert_eq!("0.6.0", s),
|
||||
&Value::String(ref s) => assert_eq!("0.7.0", s),
|
||||
_ => panic!("Wrong type in JSON at 'version'"),
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagbookmark"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -24,7 +24,7 @@ url = "1.5"
|
|||
regex = "0.2"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagcontact"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -26,8 +26,8 @@ toml = "0.4"
|
|||
toml-query = "0.4"
|
||||
vobject = "0.4"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryref = { version = "0.6.0", path = "../../../lib/entry/libimagentryref/" }
|
||||
libimagentryutil = { version = "0.6.0", path = "../../../lib/entry/libimagentryutil/" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryref = { version = "0.7.0", path = "../../../lib/entry/libimagentryref/" }
|
||||
libimagentryutil = { version = "0.7.0", path = "../../../lib/entry/libimagentryutil/" }
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagdiary"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -27,8 +27,8 @@ toml-query = "0.6"
|
|||
itertools = "0.7"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentryview = { version = "0.6.0", path = "../../../lib/entry/libimagentryview" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentryview = { version = "0.7.0", path = "../../../lib/entry/libimagentryview" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimaghabit"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -27,9 +27,9 @@ toml-query = "0.6"
|
|||
error-chain = "0.11"
|
||||
kairos = "0.1.0"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagentryutil = { version = "0.6.0", path = "../../../lib/entry/libimagentryutil" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagentryutil = { version = "0.7.0", path = "../../../lib/entry/libimagentryutil" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimaglog"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -24,6 +24,6 @@ toml = "0.4"
|
|||
toml-query = "0.6"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagdiary = { version = "0.6.0", path = "../../../lib/domain/libimagdiary" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagdiary = { version = "0.7.0", path = "../../../lib/domain/libimagdiary" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagmail"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -25,6 +25,6 @@ email = "0.0.17"
|
|||
filters = "0.2"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryref = { version = "0.6.0", path = "../../../lib/entry/libimagentryref" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryref = { version = "0.7.0", path = "../../../lib/entry/libimagentryref" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagnotes"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -25,7 +25,7 @@ toml = "0.4"
|
|||
toml-query = "0.6"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagtimetrack"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -28,7 +28,7 @@ lazy_static = "0.2"
|
|||
is-match = "0.1"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrydatetime = { version = "0.6.0", path = "../../../lib/entry/libimagentrydatetime" }
|
||||
libimagentrytag = { version = "0.6.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrydatetime = { version = "0.7.0", path = "../../../lib/entry/libimagentrydatetime" }
|
||||
libimagentrytag = { version = "0.7.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagtodo"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["mario <mario-krehl@gmx.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -28,5 +28,5 @@ log = "0.4.0"
|
|||
serde_json = "1"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentryannotation"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -25,7 +25,7 @@ toml = "0.4"
|
|||
toml-query = "0.6"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagentryutil = { version = "0.6.0", path = "../../../lib/entry/libimagentryutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagentryutil = { version = "0.7.0", path = "../../../lib/entry/libimagentryutil" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentrycategory"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -26,8 +26,8 @@ toml-query = "0.6"
|
|||
is-match = "0.1"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentrydatetime"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -26,6 +26,6 @@ lazy_static = "0.2"
|
|||
toml = "0.4"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentryedit"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentryfilter"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -28,8 +28,8 @@ semver = "0.8"
|
|||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrytag = { version = "0.6.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrytag = { version = "0.7.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentrygps"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -26,8 +26,8 @@ serde_derive = "1"
|
|||
serde = "1"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentrylink"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -29,9 +29,9 @@ is-match = "0.1"
|
|||
toml-query = "0.6"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentrylist"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -24,9 +24,9 @@ log = "0.4.0"
|
|||
prettytable-rs = "0.6.*"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentrymarkdown"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -26,9 +26,9 @@ url = "1.5"
|
|||
error-chain = "0.11"
|
||||
env_logger = "0.5"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink/" }
|
||||
libimagentryref = { version = "0.6.0", path = "../../../lib/entry/libimagentryref/" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil/" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentrylink/" }
|
||||
libimagentryref = { version = "0.7.0", path = "../../../lib/entry/libimagentryref/" }
|
||||
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil/" }
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentryref"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -28,7 +28,7 @@ toml-query = "0.6"
|
|||
error-chain = "0.11"
|
||||
walkdir = "1"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylist = { version = "0.6.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimagentryutil = { version = "0.6.0", path = "../../../lib/entry/libimagentryutil" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylist = { version = "0.7.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimagentryutil = { version = "0.7.0", path = "../../../lib/entry/libimagentryutil" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentrytag"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -29,8 +29,8 @@ filters = "0.2"
|
|||
toml-query = "0.6"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentryutil"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -25,5 +25,5 @@ toml-query = "0.6"
|
|||
error-chain = "0.11"
|
||||
filters = "0.2"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagentryview"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -24,7 +24,7 @@ log = "0.4.0"
|
|||
toml = "0.4"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimaginteraction"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -30,8 +30,8 @@ error-chain = "0.11"
|
|||
handlebars = "0.29.0"
|
||||
serde_json = "1"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagnotification"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
@ -23,5 +23,5 @@ maintenance = { status = "actively-developed" }
|
|||
notify-rust = "3.4.2"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagtimeui"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libimagutil"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
description = "Library for the imag core distribution"
|
||||
|
|
Loading…
Reference in a new issue