From d742e1576391254309cac69fb50d3036c5757dc5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 20 Apr 2018 20:18:05 +0200 Subject: [PATCH] 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). --- bin/core/imag/Cargo.toml | 1 - bin/domain/imag-wiki/Cargo.toml | 1 - 2 files changed, 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"