This is an automated email from the ASF dual-hosted git repository.

saipranav pushed a commit to branch QueccBranch
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git

commit 199c613f39eef55a3cf6c8a73abbe3ae65c9f6dd
Author: Saipranav Kotamreddy <[email protected]>
AuthorDate: Wed Apr 17 17:53:23 2024 -0700

    "Fixed bazel dependency issue"
---
 WORKSPACE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index a6ec678d..f50fabdc 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -205,8 +205,8 @@ http_archive(
 
 http_archive(
     name = "pybind11_bazel",
-    strip_prefix = "pybind11_bazel-master",
-    urls = ["https://github.com/pybind/pybind11_bazel/archive/master.zip";],
+    strip_prefix = "pybind11_bazel-2.11.1.bzl.1",
+    urls = 
["https://github.com/pybind/pybind11_bazel/archive/refs/tags/v2.11.1.bzl.1.zip";]
 )
 
 http_archive(

Reply via email to