Skip to content

Commit 17c4799

Browse files
authored
Merge pull request #3 from jeandudey/is-deferred
Remove is_deferred from download_file.
2 parents f86e674 + d8759f7 commit 17c4799

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates.io/rule.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def _crate_download_impl(ctx: AnalysisContext) -> list[Provider]:
88
archive.as_output(),
99
ctx.attrs.urls[0],
1010
sha256 = ctx.attrs.sha256,
11-
is_deferrable = True,
1211
)
1312

1413
output, sub_targets = unarchive(

0 commit comments

Comments
 (0)