Skip to content

Commit

Permalink
application: add fmt as a dependency
Browse files Browse the repository at this point in the history
Effectively, it always was a dependency, but now that we've added the
header we need to make it explicit, because Bazel.
  • Loading branch information
travisdowns committed Aug 13, 2024
1 parent 119312b commit 5644c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/redpanda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ redpanda_cc_library(
"//src/v/wasm",
"@abseil-cpp//absl/log:globals",
"@boost//:program_options",
"@fmt",
"@protobuf",
"@protobuf//:protobuf_lite",
"@seastar",
Expand Down

0 comments on commit 5644c04

Please sign in to comment.