Skip to content

Commit

Permalink
Fix kafka version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 7, 2025
1 parent 7f2f087 commit ed16f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def requirements(self):
transitive_libs=True,
)
if self.options.with_kafka:
self.requires('librdkafka/2.6.1')
self.requires('librdkafka/2.6.0')
if self.options.with_s3api:
self.requires('pugixml/1.14')

Expand Down

0 comments on commit ed16f85

Please sign in to comment.