Skip to content

Commit

Permalink
Revert update of fmt and spdlog
Browse files Browse the repository at this point in the history
Contributes to CURA-11440
  • Loading branch information
jellespijker committed Dec 14, 2023
1 parent c216424 commit b7d7316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def requirements(self):
self.requires("boost/1.82.0")
self.requires("rapidjson/1.1.0")
self.requires("stb/20200203")
self.requires("spdlog/1.12.0")
self.requires("fmt/10.1.1")
self.requires("spdlog/1.10.0")
self.requires("fmt/9.0.0")
self.requires("range-v3/0.12.0")
self.requires("neargye-semver/0.3.0")
self.requires("protobuf/3.21.9")
Expand Down

0 comments on commit b7d7316

Please sign in to comment.