Skip to content

Commit

Permalink
Bump librdkafka to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffneyc committed Jul 12, 2023
1 parent 3349521 commit 4e61b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require_relative "../lib/kafka/version"
require "mini_portile2"
require "fileutils"

LIBRDKAFKA_VERSION = "2.1.1"
LIBRDKAFKA_CHECKSUM = "7be1fc37ab10ebdc037d5c5a9b35b48931edafffae054b488faaff99e60e0108"
LIBRDKAFKA_VERSION = "2.2.0"
LIBRDKAFKA_CHECKSUM = "af9a820cbecbc64115629471df7c7cecd40403b6c34bfdbb9223152677a47226"

desc "Compile librdkafka v#{LIBRDKAFKA_VERSION}"
task :default do
Expand Down

0 comments on commit 4e61b27

Please sign in to comment.