We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v2.11.1.bzl.1
1 parent 23926b0 commit 8889d39Copy full SHA for 8889d39
MODULE.bazel
@@ -1,8 +1,8 @@
1
# Bazel extensions for pybind11
2
module(
3
name = "pybind11_bazel",
4
- version = "2.11.1",
+ version = "2.11.1.bzl.1",
5
)
6
7
-bazel_dep(name = "platforms", version = "0.0.7")
8
-bazel_dep(name = "rules_cc", version = "0.0.8")
+bazel_dep(name = "platforms", version = "0.0.8")
+bazel_dep(name = "rules_cc", version = "0.0.9")
0 commit comments