diff --git a/conanfile.py b/conanfile.py index 28ba6bae..d0824dbc 100644 --- a/conanfile.py +++ b/conanfile.py @@ -38,7 +38,7 @@ class UnitsConan(ConanFile): settings = "os", "compiler", "build_type", "arch" requires = ( "fmt/7.1.3", - "gsl-lite/0.37.0" + "gsl-lite/0.38.0" ) options = { "downcast_mode": ["off", "on", "auto"], diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b0f19094..ed039c12 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -34,7 +34,7 @@ - build: doxygen updated to 1.8.20 - build: catch2 updated to 2.13.4 - build: fmt updated to 7.1.3 - - build: ms-gsl replaced with gsl-lite + - build: ms-gsl replaced with gsl-lite/0.38.0 - build: Conan generator switched to `cmake_find_package_multi` - build: Conan CMakeToolchain support added - build: CMake scripts cleanup