From 86ca3855058bcd37c0aaaa4303827b20b85ce87d Mon Sep 17 00:00:00 2001 From: Mario Mueller Date: Sat, 21 Apr 2018 11:45:02 +0200 Subject: [PATCH] prep v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8da9d8..0929aec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "kafka-topic-analyzer" -version = "0.2.3" +version = "0.3.0" dependencies = [ "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.29.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6e30084..01209fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kafka-topic-analyzer" -version = "0.2.3" +version = "0.3.0" authors = ["Mario Mueller "] repository = "https://github.com/xenji/kafka-topic-analyzer" license = "MIT" @@ -17,12 +17,9 @@ uuid = { version = "~0.6", features = ["v4"] } chrono = "~0.4" indicatif = "0.9.0" rdkafka = "~0.15" -rocksdb = { version = "~0.10", optional = true } +rocksdb = "~0.10" [features] -default = ["rocksdb"] -log_compaction_tracking = ["rocksdb"] - # We re-export the dynamic linking feature here to enable the user of this tool to decide wheter # they opt into using the on-the-fly-compilation or dynamic linking. # Details: https://github.com/fede1024/rust-rdkafka/#installation