Skip to content

Commit

Permalink
Merge pull request #126 from zmstone/fix-compile-on-otp-27
Browse files Browse the repository at this point in the history
chore: pin crc32cer version 0.1.11
  • Loading branch information
zmstone authored Sep 13, 2024
2 parents d8b79d7 + e33dc09 commit dfea85f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
fail-fast: false
matrix:
rebar3:
- '3.20.0'
- '3.24.0'
otp:
- '27'
- '26'
- '25'
kafka:
- '2.4'
- '1.1'
- '0.11'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:

# Setup
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 4.1.9
- Upgrade crc32cer to 0.1.11 for build issue fix on OTP 27.

* 4.1.8
- Avoid generating crash-report when failed to write socket [PR#124](https://github.com/kafka4beam/kafka_protocol/pull/124)

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [{crc32cer, "0.1.8"}]}.
{deps, [{crc32cer, "0.1.11"}]}.

{profiles,
[ { test,
Expand Down
1 change: 0 additions & 1 deletion src/kpro_sent_reqs.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
%%% @end
%%% ============================================================================

%% @private
-module(kpro_sent_reqs).

%%%_* Exports ==================================================================
Expand Down

0 comments on commit dfea85f

Please sign in to comment.