Commit 097ac40 Novotnik, Petr
committed
1 parent 305caa6 commit 097ac40 Copy full SHA for 097ac40
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kafka"
3
- version = " 0.3.3 "
3
+ version = " 0.4.0 "
4
4
authors = [" Yousuf Fauzan" , " Petr Novotnik <pnovotnik@googlemail.com>" ]
5
5
description = " Rust client for Apache Kafka"
6
6
homepage = " https://github.com/spicavigo/kafka-rust"
@@ -28,6 +28,7 @@ getopts = "0.2"
28
28
env_logger = " 0.3"
29
29
time = " 0.1"
30
30
31
+
31
32
[features ]
32
33
default = [" snappy" , " gzip" , " security" ]
33
34
gzip = [" flate2" ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ expect the version number to grow quickly.)
19
19
20
20
``` toml
21
21
[dependencies ]
22
- kafka = " 0.3 "
22
+ kafka = " 0.4 "
23
23
```
24
24
25
25
To 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
92
92
happy see ` kafka-rust ` improving over time.
93
93
94
94
95
- ### [ Creating a topic] (https://kafka.apache.org/08/quickstart .html)
95
+ ### [ Creating a topic] (https://kafka.apache.org/documentation .html#quickstart )
96
96
97
97
Note unless otherwise explicitely stated in the documentation, this
98
98
library will ignore requests to topics which it doesn't know about.
You can’t perform that action at this time.
0 commit comments