Skip to content

Commit

Permalink
cpp: update to lz4 1.9.4 (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rms committed Dec 6, 2022
1 parent 66b5a9e commit 0b5fcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/mcap/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class McapConan(ConanFile):
topics = ("mcap", "serialization", "deserialization", "recording")

settings = ("os", "compiler", "build_type", "arch")
requires = ("lz4/1.9.3", "zstd/1.5.2")
requires = ("lz4/1.9.4", "zstd/1.5.2")
generators = "cmake"

def validate(self):
Expand Down

0 comments on commit 0b5fcf1

Please sign in to comment.