Skip to content

Commit

Permalink
Decrease 'minimum_otp_vsn' to '21'
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Nov 30, 2021
1 parent dcae5ca commit a9739e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ If you find any **bugs** or have a **problem** while using this library, please

### On Hex.pm
Worker Pool is available on [Hex.pm](https://hex.pm/packages/worker_pool).

### Requirements
**Required OTP version 23** or or higher. We only provide guarantees that the system runs on `OTP23+` since that's what we're testing it in, but the `minimum_otp_vsn` is `"21"` because some systems where **worker_pool** is integrated are required it.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%% ex: ts=4 sw=4 ft=erlang et

%% == Erlang Compiler ==
{minimum_otp_vsn, "23"}.
{minimum_otp_vsn, "21"}.

%% Erlang compiler options
{erl_opts,
Expand Down

0 comments on commit a9739e5

Please sign in to comment.