Skip to content

Commit

Permalink
Update folly to resolve simd issue
Browse files Browse the repository at this point in the history
Signed-off-by: chasingegg <[email protected]>
  • Loading branch information
chasingegg committed Dec 1, 2023
1 parent aeb6931 commit 6627e83
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 @@ -91,7 +91,7 @@ def requirements(self):
self.requires("double-conversion/3.2.1")
self.requires("xz_utils/5.2.5")
self.requires("fmt/9.1.0")
self.requires("folly/2023.07.12@milvus/dev")
self.requires("folly/2023.10.30.04@milvus/dev")
if self.options.with_ut:
self.requires("catch2/3.3.1")
if self.options.with_benchmark:
Expand Down

0 comments on commit 6627e83

Please sign in to comment.