summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-20 20:18:05 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-22 11:09:31 +0200
commitd742e1576391254309cac69fb50d3036c5757dc5 (patch)
tree4742b6f3ae33cd3462570ab614dc4fed3b12119b
parent495ad62be63b527588ac9a87066f25dda06e8235 (diff)
Do not depend on "version" crate
We should not depend on the version crate, as it is GPL licensed. We removed the usage of this crate before, but it was still in the Cargo.toml files (despite being used in the source).
-rw-r--r--bin/core/imag/Cargo.toml1
-rw-r--r--bin/domain/imag-wiki/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml
index c8a9ef3f..c6cf9093 100644
--- a/bin/core/imag/Cargo.toml
+++ b/bin/core/imag/Cargo.toml
@@ -17,7 +17,6 @@ build = "build.rs"
[build-dependencies]
clap = ">=2.16.1"
-version = "2.0"
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
libimagentrytag = { version = "0.8.0", path = "../../../lib/entry/libimagentrytag" }
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
diff --git a/bin/domain/imag-wiki/Cargo.toml b/bin/domain/imag-wiki/Cargo.toml
index 6c53d139..85042b2e 100644
--- a/bin/domain/imag-wiki/Cargo.toml
+++ b/bin/domain/imag-wiki/Cargo.toml
@@ -21,7 +21,6 @@ log = "0.3"
toml = "0.4"
toml-query = "0.6"
is-match = "0.1"
-version = "2.0.1"
regex = "0.2"
filters = "0.2"