Skip to content

Commit

Permalink
(conan-io#21653) backward-cpp: bump deps
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
valgur and uilianries committed Jan 1, 2024
1 parent 6f512b3 commit 8959356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/backward-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ def package_id(self):
def requirements(self):
if self.settings.os in ["Linux", "FreeBSD", "Android"]:
if self._has_stack_walking("libunwind"):
self.requires("libunwind/1.6.2", transitive_headers=True)
self.requires("libunwind/1.7.2", transitive_headers=True)
if self._has_stack_details("dwarf"):
self.requires("libdwarf/20191104", transitive_headers=True, transitive_libs=True)
self.requires("libelf/0.8.13")
if self._has_stack_details("dw"):
self.requires("elfutils/0.186", transitive_headers=True)
self.requires("elfutils/0.190", transitive_headers=True)
if self._has_stack_details("bfd"):
self.requires("binutils/2.38", transitive_headers=True)
self.requires("binutils/2.41", transitive_headers=True)

def validate(self):
if self.settings.os not in self._supported_os:
Expand Down

0 comments on commit 8959356

Please sign in to comment.