Skip to content

Commit a72dfa5

Browse files
committed
Freeze release
1 parent 08bdc52 commit a72dfa5

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

MODULE.bazel

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,9 @@ bazel_dep(
2929
version = "0.0.8"
3030
)
3131

32-
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
33-
34-
http_archive(
35-
name = "pybind11_bazel",
36-
strip_prefix = "pybind11_bazel-master",
37-
urls = ["https://github.com/pybind/pybind11_bazel/archive/refs/heads/master.tar.gz"],
38-
)
39-
40-
http_archive(
41-
name = "pybind11",
42-
build_file = "@pybind11_bazel//:pybind11.BUILD",
43-
strip_prefix = "pybind11-master",
44-
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
32+
bazel_dep(
33+
name = "pybind11_bazel",
34+
version = "2.11.1.bzl.2"
4535
)
4636

4737
#### DEV ONLY DEPENDENCIES BELOW HERE ####

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To depend on a release:
3737
```
3838
bazel_dep(
3939
name = "pybind11_abseil",
40-
version = "<selected_version>",
40+
version = "202402.0",
4141
)
4242
```
4343

0 commit comments

Comments
 (0)