diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8987c0e2ad..89324105f8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -720,7 +720,7 @@ dependencies = [ [[package]] name = "kafka_wire_protocol" -version = "0.1.0" +version = "1.0.0" dependencies = [ "base64 0.22.1", "byteorder", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index acf7dca148..140e01f59a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kafka_wire_protocol" description = "Generated implementation of Apache Kafka wire protocol" -version = "0.1.0" +version = "1.0.0" authors = ["Ivan Yurchenko "] readme = "../README.md" repository = "https://github.com/ivanyu/kafka_wire_protocol"