Skip to content

Commit

Permalink
libpcap: update rdma-core
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 23, 2024
1 parent 491088a commit af9e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libpcap/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def requirements(self):
if self.options.get_safe("enable_libnl"):
self.requires("libnl/3.8.0")
if self.options.get_safe("enable_rdma"):
self.requires("rdma-core/49.0")
self.requires("rdma-core/52.0")
if self.options.get_safe("enable_dbus"):
self.requires("dbus/1.15.8")
# TODO: Add libbluetooth when available
Expand Down

0 comments on commit af9e102

Please sign in to comment.