We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6082a commit e442ea9Copy full SHA for e442ea9
MODULE.bazel
@@ -1,7 +1,7 @@
1
# Bazel extensions for pybind11
2
module(
3
name = "pybind11_bazel",
4
- version = "2.13.6",
+ version = "3.0.0",
5
)
6
7
bazel_dep(name = "bazel_skylib", version = "1.7.1")
internal_configure.bzl
@@ -9,6 +9,7 @@ _INTEGRITIES = {
9
"2.13.1": "sha256-UWMeiJYKiFb5xJcCf1XJ8vkRXK+wjAAFQ5g4oFuhe/w=",
10
"2.13.5": "sha256-seIJxCs6ntdNo+CyWk9M1HjYnV77tI8EsnffQn+vYlI=",
11
"2.13.6": "sha256-4Iy4f0dz2pf6e18DXeh2OrxlbYfVdz5i9toFh9Hw7CA=",
12
+ "3.0.0": "sha256-RTsaPismbDrp2ockEcrbbWk6wYBjvXMibZbPtwFaIAw=",
13
}
14
15
def _internal_configure_extension_impl(module_ctx):
0 commit comments