Skip to content

Commit

Permalink
Bump zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Aug 27, 2024
1 parent 4dd530d commit 0e0f53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def requirements(self):
self.requires("xz_utils/5.2.5", override=True)
self.requires("zlib/1.2.12", override=True)
self.requires("lz4/1.9.4", override=True)
self.requires("zstd/1.5.5", override=True)
if self.options.malloc_impl == "jemalloc":
self.requires("jemalloc/5.2.1")
elif self.options.malloc_impl == "tcmalloc":
Expand Down

0 comments on commit 0e0f53d

Please sign in to comment.