Skip to content

Commit

Permalink
Use sisl 12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hkadayam committed Apr 23, 2024
1 parent 0262682 commit 5756560
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 @@ -10,7 +10,7 @@

class NuRaftMesgConan(ConanFile):
name = "nuraft_mesg"
version = "3.3.2"
version = "3.4.1"

homepage = "https://github.com/eBay/nuraft_mesg"
description = "A gRPC service for NuRAFT"
Expand Down Expand Up @@ -66,7 +66,7 @@ def build_requirements(self):

def requirements(self):
self.requires("boost/1.83.0", transitive_headers=True)
self.requires("sisl/[>=12.0, include_prerelease=True]@oss/master", transitive_headers=True)
self.requires("sisl/[~12.2, include_prerelease=True]@oss/master", transitive_headers=True)
self.requires("nuraft/2.3.0", transitive_headers=True)

def layout(self):
Expand Down

0 comments on commit 5756560

Please sign in to comment.