File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " kafka"
3- version = " 0.3.3 "
3+ version = " 0.4.0 "
44authors = [" Yousuf Fauzan" , " Petr Novotnik <pnovotnik@googlemail.com>" ]
55description = " Rust client for Apache Kafka"
66homepage = " https://github.com/spicavigo/kafka-rust"
@@ -28,6 +28,7 @@ getopts = "0.2"
2828env_logger = " 0.3"
2929time = " 0.1"
3030
31+
3132[features ]
3233default = [" snappy" , " gzip" , " security" ]
3334gzip = [" flate2" ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ expect the version number to grow quickly.)
1919
2020``` toml
2121[dependencies ]
22- kafka = " 0.3 "
22+ kafka = " 0.4 "
2323```
2424
2525To build kafka-rust you'll need ` libsnappy-dev ` on your local machine.
@@ -92,7 +92,7 @@ submit a pull requests if you see something to be changed. We'll be
9292happy see ` kafka-rust ` improving over time.
9393
9494
95- ### [ Creating a topic] (https://kafka.apache.org/08/quickstart .html)
95+ ### [ Creating a topic] (https://kafka.apache.org/documentation .html#quickstart )
9696
9797Note unless otherwise explicitely stated in the documentation, this
9898library will ignore requests to topics which it doesn't know about.
You can’t perform that action at this time.
0 commit comments