Updated to cmcstl2/2019.04.26

This commit is contained in:
Mateusz Pusz
2019-05-08 15:10:06 -06:00
parent aca7861faf
commit 9d50534a1f

View File

@@ -45,7 +45,7 @@ class UnitsConan(ConanFile):
exports = ["LICENSE.md"] exports = ["LICENSE.md"]
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
requires = ( requires = (
"cmcstl2/2019.03.18@mpusz/stable", "cmcstl2/2019.04.26@mpusz/stable",
"gsl-lite/0.33.0@nonstd-lite/stable" "gsl-lite/0.33.0@nonstd-lite/stable"
) )
scm = { scm = {