Skip to content

Commit e8dd4d6

Browse files
committed
Removes gcc-10 from the list of supported compilers.
See #203.
1 parent a4d2bb9 commit e8dd4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The requirements for using Boost.Redis are:
99
* Boost. The library is included in Boost distributions starting with 1.84.
1010
* C++17 or higher.
1111
* Redis 6 or higher (must support RESP3).
12-
* Gcc (10, 11, 12), Clang (11, 13, 14) and Visual Studio (16 2019, 17 2022).
12+
* Gcc (11, 12), Clang (11, 13, 14) and Visual Studio (16 2019, 17 2022).
1313
* Have basic-level knowledge about [Redis](https://redis.io/docs/)
1414
and [Boost.Asio](https://www.boost.org/doc/libs/1_82_0/doc/html/boost_asio/overview.html).
1515

0 commit comments

Comments
 (0)