Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ crate.from_cargo(

bazel_dep(name = "zstd", version = "1.5.7")

crate.annotation(
# The Windows lint toolchain cannot reliably materialize blake3's native x86 assembly archives.
crate = "blake3",
crate_features_select = {
"x86_64-pc-windows-gnullvm": ["pure"],
},
)
crate.annotation(
crate = "zstd-sys",
gen_build_script = "on",
Expand Down
40 changes: 0 additions & 40 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

Loading
Loading