Skip to content

Commit

Permalink
Pre-release needs ~
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Sep 20, 2023
1 parent 7e788b4 commit 3a8fbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def build_requirements(self):
self.build_requires("gtest/1.14.0")

def requirements(self):
self.requires("homestore/[>4.2 <4.4, include_prerelease=True]@oss/master")
self.requires("homestore/[~=4.2 <4.4, include_prerelease=True]@oss/master")
self.requires("sisl/[~=10, include_prerelease=True]@oss/master")
# Remove when HomeStore Replication Service is mature
self.requires("nuraft_mesg/[~=1, include_prerelease=True]@oss/main")
Expand Down

0 comments on commit 3a8fbdd

Please sign in to comment.