Skip to content

Commit

Permalink
Merge pull request #16 from david-crouse/releases
Browse files Browse the repository at this point in the history
Freeze release 202402.0
  • Loading branch information
david-crouse authored Feb 16, 2024
2 parents 08bdc52 + a72dfa5 commit 70f8b69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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 ####
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To depend on a release:
```
bazel_dep(
name = "pybind11_abseil",
version = "<selected_version>",
version = "202402.0",
)
```

Expand Down

0 comments on commit 70f8b69

Please sign in to comment.