Skip to content

Commit

Permalink
align abseil version with spectatord
Browse files Browse the repository at this point in the history
The spectatord package declares a dependency on `protobuf/5.27.0`, which then
specifies a slightly older version of `abseil`. Align these versions.
  • Loading branch information
copperlight committed Nov 22, 2024
1 parent 9a52ec5 commit 84e515d
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 @@ -4,7 +4,7 @@
class SpectatorCppConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = (
"abseil/20240722.0",
"abseil/20240116.2",
"asio/1.32.0",
"backward-cpp/1.6",
"fmt/11.0.2",
Expand Down

0 comments on commit 84e515d

Please sign in to comment.