Skip to content

Commit

Permalink
Upgrade liburing. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored Aug 1, 2024
1 parent 66c8b09 commit ec891d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class IOMgrConan(ConanFile):
name = "iomgr"
version = "11.3.7"
version = "11.3.8"

homepage = "https://github.com/eBay/IOManager"
description = "Asynchronous event manager"
Expand Down Expand Up @@ -67,7 +67,7 @@ def requirements(self):
self.requires("sisl/[^12.2]@oss/master", transitive_headers=True)
if self.options.grpc_support:
self.requires("grpc/[>=1.50]")
self.requires("liburing/2.4", transitive_headers=True)
self.requires("liburing/2.6", transitive_headers=True, override=True)
if self.options.spdk:
self.requires("spdk/nbi.21.07.y", transitive_headers=True)
self.requires("pistache/nbi.0.0.5", transitive_headers=True)
Expand Down

0 comments on commit ec891d2

Please sign in to comment.