Commit 70f8b693 by Rhees Crouse Committed by GitHub

Merge pull request #16 from david-crouse/releases

Freeze release 202402.0
parents 08bdc527 a72dfa53
......@@ -29,19 +29,9 @@ bazel_dep(
version = "0.0.8"
)
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "pybind11_bazel",
strip_prefix = "pybind11_bazel-master",
urls = ["https://github.com/pybind/pybind11_bazel/archive/refs/heads/master.tar.gz"],
)
http_archive(
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
strip_prefix = "pybind11-master",
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
bazel_dep(
name = "pybind11_bazel",
version = "2.11.1.bzl.2"
)
#### DEV ONLY DEPENDENCIES BELOW HERE ####
......
......@@ -37,7 +37,7 @@ To depend on a release:
```
bazel_dep(
name = "pybind11_abseil",
version = "<selected_version>",
version = "202402.0",
)
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment