Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Oct 22, 2024
1 parent c64dfd9 commit f90da51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions example/use-anyflow-with-brpc/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bazel_dep(name = 'babylon', version = '1.4.0')
bazel_dep(name = 'brpc', version = '1.10.0.bcr.1')
bazel_dep(name = 'yaml-cpp', version = '0.8.0')

single_version_override(module_name = 'boost.uuid', version = '1.83.0')
2 changes: 1 addition & 1 deletion registry/modules/thrift/0.21.0/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bazel_dep(name = 'boost.algorithm', version = '1.83.0')
bazel_dep(name = 'boost.numeric_conversion', version = '1.83.0')
bazel_dep(name = 'boost.smart_ptr', version = '1.83.0')
bazel_dep(name = 'boost.tokenizer', version = '1.83.0')
bazel_dep(name = 'boost.uuid', version = '1.83.0.bcr.1')
bazel_dep(name = 'boost.uuid', version = '1.83.0')
bazel_dep(name = 'libevent', version = '2.1.12')
bazel_dep(name = 'openssl', version = '3.3.2')
bazel_dep(name = 'rules_foreign_cc', version = '0.8.0')
Expand Down

0 comments on commit f90da51

Please sign in to comment.