Skip to content

Commit 9860c99

Browse files
author
and.sergeev
committed
added librdkafka.lua file to rockspec modules
1 parent 9d0aa73 commit 9860c99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rockspecs/tnt-kafka-0.3.3-1.rockspec renamed to rockspecs/tnt-kafka-0.3.4-1.rockspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "tnt-kafka"
2-
version = "0.3.3-1"
2+
version = "0.3.4-1"
33
source = {
44
url = "git://github.com/RepentantGopher/tnt-kafka.git",
5-
tag = "v0.3.3",
5+
tag = "v0.3.4",
66
}
77
description = {
88
summary = "Kafka library for Tarantool",
@@ -16,6 +16,7 @@ build = {
1616
type = "builtin",
1717
modules = {
1818
["tnt-kafka.consumer"] = "tnt-kafka/consumer.lua",
19+
["tnt-kafka.librdkafka"] = "tnt-kafka/librdkafka.lua",
1920
["tnt-kafka.producer"] = "tnt-kafka/producer.lua",
2021
}
2122
}

0 commit comments

Comments
 (0)