Skip to content

Commit e9b1cf0

Browse files
committed
fix: use cargo-bazel-lock local
1 parent b932a6c commit e9b1cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def load_crat():
1313
name = "crate_index",
1414
cargo_lockfile = "@source//:Cargo.lock",
1515
generator = "@cargo_bazel_bootstrap//:cargo-bazel",
16-
lockfile = "@source//:cargo-bazel-lock.json",
16+
lockfile = "@//:cargo-bazel-lock.json",
1717
manifests = [
1818
"@source//:Cargo.toml",
1919
"@source//:pact_cli/Cargo.toml",

0 commit comments

Comments
 (0)