From a9739e54084b2f3dab61aefdef1114f84d7e3696 Mon Sep 17 00:00:00 2001 From: vk Date: Sun, 28 Nov 2021 17:42:44 +0200 Subject: [PATCH 1/2] Decrease 'minimum_otp_vsn' to '21' --- README.md | 3 +++ rebar.config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b16a24..5e920a1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/rebar.config b/rebar.config index 09f6400..c23dfda 100644 --- a/rebar.config +++ b/rebar.config @@ -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, From d4a616c6c59e5c7239fb75487fb4b12fe87d5bf6 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Wed, 1 Dec 2021 08:32:09 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e920a1..1f2c8f1 100644 --- a/README.md +++ b/README.md @@ -120,4 +120,4 @@ If you find any **bugs** or have a **problem** while using this library, please 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. +**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 do require it.