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

Commit

Permalink
Merge pull request #12 from Ultimaker/CURA-11359_sanitize_code
Browse files Browse the repository at this point in the history
[CURA-11359] Update spdlog version to match CuraEngine
  • Loading branch information
casperlamboo authored Dec 1, 2023
2 parents 7fb0718 + 6b4fc3a commit 44d5d3f
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 44d5d3f

Please sign in to comment.