Constrains cli11 to v2.1.2

This is to prevent broken builds with cli 2.2.0 update.
This commit is contained in:
Joël Lamotte (Klaim) 2022-03-28 15:48:25 +02:00
parent 93a3f8edae
commit 4554063c7b
4 changed files with 4 additions and 4 deletions

View File

@ -18,6 +18,6 @@ dependencies:
- reproc-cpp
- yaml-cpp
- termcolor-cpp
- cli11
- cli11 2.1.2
- spdlog
- sel(win): winreg

View File

@ -18,7 +18,7 @@ dependencies:
- reproc-cpp
- yaml-cpp
- termcolor-cpp
- cli11
- cli11 2.1.2
- spdlog
- pybind11
- pytest

View File

@ -18,7 +18,7 @@ dependencies:
- reproc-cpp
- yaml-cpp
- termcolor-cpp
- cli11
- cli11 2.1.2
- spdlog
- pybind11
- pytest

View File

@ -18,7 +18,7 @@ dependencies:
- reproc-cpp
- yaml-cpp
- termcolor-cpp
- cli11
- cli11 2.1.2
- pytest
- pytest-lazy-fixture
- pyyaml