Skip to content

Commit

Permalink
(conan-io#14418) scnlib: update fast_float
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Nov 25, 2022
1 parent 38f15e6 commit f4d0d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/scnlib/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def layout(self):

def requirements(self):
if Version(self.version) >= "1.0":
self.requires("fast_float/3.7.0")
self.requires("fast_float/3.8.0")

def validate(self):
if self.settings.compiler.cppstd:
Expand Down

0 comments on commit f4d0d6f

Please sign in to comment.