Skip to content

Commit 25ce7b6

Browse files
authored
Merge pull request #647 from zmstone/fix-build-on-el9
build: fix link error on centos/rockylinux
2 parents 19bc270 + b70b30a commit 25ce7b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
- 4.4.6
4+
- Upgrade to `kafka_protocol-4.2.8` for dependency (`crc32cer-1.0.4`) to fix its link error.
5+
36
- 4.4.5
47
- Start supervisor process for the new increase partitions at `do_get_metadata` function.
58
- Upgrade to `kafka_protocol-4.2.7` for fast dependency (`crc32cer-1.0.3`) build.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{deps, [{kafka_protocol, "4.2.7"}]}.
1+
{deps, [{kafka_protocol, "4.2.8"}]}.
22
{project_plugins, [{rebar3_lint, "~> 3.2.5"}]}.
33
{edoc_opts, [{preprocess, true}]}.
44
{erl_opts, [warnings_as_errors, warn_unused_vars,warn_shadow_vars,warn_obsolete_guard,debug_info]}.

0 commit comments

Comments
 (0)