Skip to content

Commit

Permalink
Fix build failures on macos arm (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 authored Dec 19, 2024
1 parent ed9a8d6 commit 14167b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bazel_dep(name = "abseil-cpp", version = "20240722.0")
bazel_dep(name = "gflags", version = "2.2.2")
bazel_dep(name = "rapidjson", version = "1.1.0.bcr.20241007")
bazel_dep(name = "boost.math", version = "1.83.0")
bazel_dep(name = "boost.uuid", version = "1.83.0")
bazel_dep(name = "boost.uuid", version = "1.83.0.bcr.1")
bazel_dep(name = "boost.algorithm", version = "1.83.0.bcr.1")
bazel_dep(name = "boost.multiprecision", version = "1.83.0")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
Expand Down

0 comments on commit 14167b8

Please sign in to comment.