This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-resilientdb-python-sdk.git
The following commit(s) were added to refs/heads/main by this push:
new d4cbf51 update py11
d4cbf51 is described below
commit d4cbf516b1cdd2dfa7017e153d7591d6b93b8f62
Author: Ubuntu <[email protected]>
AuthorDate: Tue Jul 30 02:49:02 2024 +0000
update py11
---
WORKSPACE | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index fac76a3..13d5304 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -152,8 +152,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(