Skip to content

Commit 6b987d8

Browse files
Pin crate dependency resolution
1 parent 4e40cb0 commit 6b987d8

2 files changed

Lines changed: 11222 additions & 0 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ crate.annotation(
5353
)
5454
crate.from_specs(
5555
name = "crates_jsonnet",
56+
# Dependency resolution must be pinned for distribution.
57+
# Repin with: bazel fetch --repo=@crates_jsonnet --repo_env=CARGO_BAZEL_REPIN=1
5658
host_tools = "@rust_host_tools_jsonnet",
59+
lockfile = "//:cargo-bazel-lock.json",
5760
)
5861
use_repo(crate, "crates_jsonnet")

0 commit comments

Comments
 (0)