Skip to content

Commit

Permalink
Add download_has_headers_param feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmj committed Dec 18, 2023
1 parent 52bf4a1 commit 8ea120b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ _external_deps = struct(
module_extension_has_os_arch_dependent = ge("6.4.0"),
# Whether repository_ctx#download has the block parameter, allowing parallel downloads (#19674)
download_has_block_param = ge("7.1.0")
# Whether repository_ctx#download has the headers parameter, allowing arbitrary headers (#17829)
download_has_headers_param = ge("7.1.0")
)

_flags = struct(
Expand Down

0 comments on commit 8ea120b

Please sign in to comment.