Skip to content

Commit 98a3c3f

Browse files
authored
release: v0.3.0 (#11)
1 parent 8ddcd8e commit 98a3c3f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kafkang"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Sardorbek Pulatov <sardo@hey.com>"]
55
categories = ["api-bindings"]
66
documentation = "https://docs.rs/kafkang/"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ expect the version number to grow quickly).
2424

2525
```toml
2626
[dependencies]
27-
kafkang = "0.1.0"
27+
kafkang = "0.3.0"
2828
```
2929

3030
To build **kafkang** the usual `cargo build` should suffice. The crate
@@ -156,4 +156,4 @@ for more information.
156156

157157
- [rust-rdkafka](https://github.com/fede1024/rust-rdkafka) is an emerging alternative Kafka client library for Rust based on
158158
`librdkafka`. rust-rdkafka provides a safe Rust interface to librdkafka.
159-
- [kafkang](https://github.com/kafka-rust/kafka-rust) - This fork’s repository (original code based on kafka-rust).
159+
- [kafka-rust](https://github.com/kafka-rust/kafka-rust) - This fork’s repository (original code based on kafka-rust).

0 commit comments

Comments
 (0)