We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536e9fd commit 9364393Copy full SHA for 9364393
2 files changed
MODULE.bazel
@@ -1,7 +1,7 @@
1
# Bazel extensions for pybind11
2
module(
3
name = "pybind11_bazel",
4
- version = "3.0.0",
+ version = "3.0.1",
5
)
6
7
bazel_dep(name = "bazel_features", version = "1.36.0")
internal_configure.bzl
@@ -11,6 +11,7 @@ _INTEGRITIES = {
11
"2.13.5": "sha256-seIJxCs6ntdNo+CyWk9M1HjYnV77tI8EsnffQn+vYlI=",
12
"2.13.6": "sha256-4Iy4f0dz2pf6e18DXeh2OrxlbYfVdz5i9toFh9Hw7CA=",
13
"3.0.0": "sha256-RTsaPismbDrp2ockEcrbbWk6wYBjvXMibZbPtwFaIAw=",
14
+ "3.0.1": "sha256-dBYz2nRrfHOLtx8YVPlXudpmC80tzmjXGUkDfwlp0Mo=",
15
}
16
17
def _internal_configure_extension_impl(module_ctx):
0 commit comments