Skip to content

Commit

Permalink
conan: Bump simfil to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jun 19, 2024
1 parent cb45857 commit 52e910a
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 @@ -48,7 +48,7 @@ def validate(self):

def requirements(self):
self.requires("fmt/10.2.1", override=True)
self.requires("simfil/0.1.3", transitive_headers=True)
self.requires("simfil/0.2.1", transitive_headers=True)
self.requires("spdlog/[~1]", transitive_headers=True)
self.requires("bitsery/[~5]")
self.requires("nlohmann_json/3.11.2", transitive_headers=True)
Expand Down

0 comments on commit 52e910a

Please sign in to comment.