Skip to content

Commit

Permalink
prep v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xenji committed Apr 21, 2018
1 parent 696f69b commit 86ca385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kafka-topic-analyzer"
version = "0.2.3"
version = "0.3.0"
authors = ["Mario Mueller <[email protected]>"]
repository = "https://github.com/xenji/kafka-topic-analyzer"
license = "MIT"
Expand All @@ -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
Expand Down

0 comments on commit 86ca385

Please sign in to comment.