From be54ae510f602f8e1ad4a2a572cea465b35158e1 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 9 Sep 2019 23:00:14 +0200 Subject: [PATCH] cmcstl2 updated to 2019.09.09 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 650bae4c..fed1906e 100644 --- a/conanfile.py +++ b/conanfile.py @@ -45,7 +45,7 @@ class UnitsConan(ConanFile): exports = ["LICENSE.md"] settings = "os", "compiler", "build_type", "arch" requires = ( - "cmcstl2/2019.08.07@mpusz/stable", + "cmcstl2/2019.09.09@mpusz/stable", "gsl-lite/0.33.0@nonstd-lite/stable" ) scm = {