From a72dfa53174cfe99fb48fc453e48a084f6d3ed43 Mon Sep 17 00:00:00 2001 From: Rhees Crouse Date: Fri, 16 Feb 2024 09:08:26 -0800 Subject: [PATCH] Freeze release --- MODULE.bazel | 16 +++------------- README.md | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 3c250bd..cb75dd1 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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 #### diff --git a/README.md b/README.md index 66e2dfd..58bbc94 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To depend on a release: ``` bazel_dep( name = "pybind11_abseil", - version = "", + version = "202402.0", ) ```