Skip to content

Commit

Permalink
build: bump mongocxx to 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dieortin committed Mar 18, 2024
1 parent d271d3f commit 7ffa434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "ht
http_archive(
name = "mongocxx",
build_file = "mongocxx.BUILD.bazel",
integrity = "sha256-CVJsYbOPatzoaqn/aCwGHQilGEz+FOOuoS2OyvNTZKI=",
strip_prefix = "mongo-cxx-driver-r3.9.0",
url = "https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.9.0/mongo-cxx-driver-r3.9.0.tar.gz",
integrity = "sha256-ApfZ0aUT8JQ4zAUlSxS6pJ7dH6ZKbOXXqAoet2d88r4=",
strip_prefix = "mongo-cxx-driver-r3.10.1",
url = "https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.1/mongo-cxx-driver-r3.10.1.tar.gz",
)

http_archive(
Expand Down
2 changes: 1 addition & 1 deletion mongocxx.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cmake(
"BUILD_SHARED_LIBS": "OFF",
"ENABLE_TESTS": "OFF",
"CMAKE_PREFIX_PATH": "$EXT_BUILD_DEPS/mongoc",
"BUILD_VERSION": "3.9.0",
"BUILD_VERSION": "3.10.1",
"CMAKE_CXX_STANDARD": "17",
},
deps = ["@mongoc"],
Expand Down

0 comments on commit 7ffa434

Please sign in to comment.