Skip to content

Commit bf33fef

Browse files
author
Matt Howlett
committed
allowing librdkafka version 0.9.4
1 parent 1a6816e commit bf33fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Confluent.Kafka/Impl/LibRdKafka.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Confluent.Kafka.Impl
3232
internal static class LibRdKafka
3333
{
3434
//min librdkafka version, to change when binding to new function are added
35-
const long minVersion = 0x000904ff;
35+
const long minVersion = 0x000903ff;
3636

3737
#if NET45
3838
[Flags]

0 commit comments

Comments
 (0)