Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update spdlog version to match CuraEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 22, 2023
1 parent 7fb0718 commit 6b4fc3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ def requirements(self):
self.requires("boost/1.82.0")
self.requires("asio-grpc/2.6.0")
self.requires("openssl/1.1.1l")
self.requires("spdlog/1.10.0")
self.requires("spdlog/1.12.0")
self.requires("fmt/10.1.1")
self.requires("docopt.cpp/0.6.3")
self.requires("range-v3/0.12.0")
self.requires("clipper/6.4.2")
Expand Down

0 comments on commit 6b4fc3a

Please sign in to comment.