Merge pull request #633 from asuivelentine/imag/toml-dependency

Imag/toml dependency
This commit is contained in:
Matthias Beyer 2016-08-06 19:56:42 +02:00 committed by GitHub
commit 1e457e8476
18 changed files with 18 additions and 18 deletions

View file

@ -8,7 +8,7 @@ semver = "0.2.1"
clap = "2.*"
log = "0.3"
version = "2.0.1"
toml = "0.1.25"
toml = "0.2.*"
url = "1.1"
[dependencies.libimagstore]

View file

@ -8,7 +8,7 @@ clap = "2.*"
log = "0.3"
version = "2.0.1"
semver = "0.2.1"
toml = "0.1.25"
toml = "0.2.*"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -8,7 +8,7 @@ clap = "2.*"
log = "0.3"
version = "2.0.1"
semver = "0.2.1"
toml = "0.1.25"
toml = "0.2.*"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -10,7 +10,7 @@ log = "0.3.6"
semver = "0.2.3"
serde_json = "0.7.4"
task-hookrs = "0.2.0"
toml = "0.1.28"
toml = "0.2.*"
version = "2.0.1"
[dependencies.libimagrt]

View file

@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
clap = "2.*"
log = "0.3"
semver = "0.2.1"
toml = "0.1.25"
toml = "0.2.*"
version = "2.0.1"
[dependencies.libimagstore]

View file

@ -5,7 +5,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
log = "0.3"
toml = "0.1.25"
toml = "0.2.*"
semver = "0.2"
[dependencies.libimagstore]

View file

@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
chrono = "0.2"
log = "0.3.5"
semver = "0.2"
toml = "0.1.25"
toml = "0.2.*"
regex = "0.1"
lazy_static = "0.2"
itertools = "0.4"

View file

@ -8,7 +8,7 @@ clap = "2.*"
itertools = "0.4"
log = "0.3"
regex = "0.1"
toml = "0.1.27"
toml = "0.2.*"
semver = "0.2.1"
[dependencies.libimagstore]

View file

@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
itertools = "0.4"
log = "0.3"
toml = "0.1.27"
toml = "0.2.*"
semver = "0.2"
url = "1.1"
rust-crypto = "0.2.35"

View file

@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
clap = "2.*"
log = "0.3"
toml = "0.1.25"
toml = "0.2.*"
prettytable-rs = "0.6.*"
[dependencies.libimagstore]

View file

@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
clap = "2.*"
log = "0.3"
regex = "0.1"
toml = "0.1.25"
toml = "0.2.*"
itertools = "0.4"
[dependencies.libimagstore]

View file

@ -5,7 +5,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
log = "0.3"
toml = "0.1.25"
toml = "0.2.*"
glob = "0.2.11"
[dependencies.libimagstore]

View file

@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
semver = "0.2"
log = "0.3"
toml = "0.1.25"
toml = "0.2.*"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -8,7 +8,7 @@ itertools = "0.4"
log = "0.3"
rust-crypto = "0.2"
semver = "0.2"
toml = "0.1.27"
toml = "0.2.*"
version = "2.0.1"
walkdir = "0.1.5"

View file

@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
clap = "2.*"
env_logger = "0.3"
toml = "0.1.27"
toml = "0.2.*"
log = "0.3"
xdg-basedir = "0.2.2"
itertools = "0.4"

View file

@ -10,7 +10,7 @@ lazy_static = "0.1.15"
log = "0.3"
regex = "0.1"
semver = "0.2"
toml = "0.1.25"
toml = "0.2.*"
version = "2.0.1"
crossbeam = "0.2.8"
walkdir = "0.1.5"

View file

@ -4,7 +4,7 @@ version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
toml = "0.1.25"
toml = "0.2.*"
log = "0.3"
fs2 = "0.2"

View file

@ -7,7 +7,7 @@ authors = ["mario <mario-krehl@gmx.de>"]
semver = "0.2"
task-hookrs = "0.2"
uuid = "0.2.0"
toml = "0.1.28"
toml = "0.2.*"
log = "0.3.6"
serde_json = "0.7.3"