Skip to content

Commit

Permalink
Fixing fmt version to compile spdlog
Browse files Browse the repository at this point in the history
According to gabime/spdlog#1975 spdlog will not compile with fmt 8.0.0, that is the version cached in Github Actions Runners. If I confirm that I'll not use spdlog, I can reverse this change. Right now I just want to see if the CI will run all the way.
  • Loading branch information
leocelente authored Aug 15, 2021
1 parent 3097034 commit 005c0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[requires]
fmt/[>=7.1.3]
fmt/[=7.1.3]
spdlog/[>=1.8.5]
catch2/[>=2.13.6]
ctre/[>=3.4.1]
Expand Down

0 comments on commit 005c0f0

Please sign in to comment.