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-graphql.git
The following commit(s) were added to refs/heads/main by this push:
new 660540f add workspace
660540f is described below
commit 660540f4082939a7be111ac42875740100447ac4
Author: Ubuntu <[email protected]>
AuthorDate: Sun Apr 14 05:41:53 2024 +0000
add workspace
---
WORKSPACE | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index e35854f..66e7525 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(