Skip to content
Merged
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
4 changes: 3 additions & 1 deletion crate_universe/private/crates_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@ CARGO_BAZEL_REPIN=1 CARGO_BAZEL_REPIN_ONLY=crate_index bazel sync --only=crate_i
"lockfile": attr.label(
doc = (
"The path to a file to use for reproducible renderings. " +
"If set, this file must exist within the workspace (but can be empty) before this rule will work."
"If set, this file must exist within the workspace (but can be empty) before this rule will work." +
"If you already have a `MODULE.bazel.lock` file, you don't need this." +
"If you don't have a `MODULE.bazel.lock` file, the `lockfile` will save you generation time."
),
),
"manifests": attr.label_list(
Expand Down