Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Aug 30, 2024
1 parent 654a66e commit ac230c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libassert/v2/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("cpptrace/0.6.2", transitive_headers=True, transitive_libs=True)
self.requires("cpptrace/0.7.0", transitive_headers=True, transitive_libs=True)

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

0 comments on commit ac230c1

Please sign in to comment.