Skip to content

Commit 5b05646

Browse files
chore: repin Cargo.Bazel.json.lock
The cherry-pick of #11090 ("fix: patch pcre2-sys for reproducibility") carried over master's `Cargo.Bazel.json.lock`, whose `checksum` is a digest over the crate_universe config and splicing manifest — i.e. over `bazel/rust.MODULE.bazel` plus every workspace `Cargo.toml`. Those differ between master and this RC branch (master has since bumped `comparable` to the dfinity fork, added `axum-otel-metrics`, `duration-string`, `exitcode`, bumped `canbench-rs` and `ciborium`, …), so the digest is stale here and every Bazel invocation fails at analysis time: Error: Digests do not match: Current Digest("987c09bb853448361351d6b167b9e528c23cea8fdaa95ce28b65cc3a9114fbce") != Expected Digest("4991a9aa71efd82294bf1844c7f4e677fc0fdad5c5d280d67766a7edd824e45b") The current `lockfile` is out of date for 'crate_index'. Regenerated with `./bin/bazel-pin.sh`. The resolved crate set was already correct for this branch, so the only change is the recorded checksum, which now matches the digest CI computes. `bazel query @crate_index//:all` passes again. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent cd5fd89 commit 5b05646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.Bazel.json.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "987c09bb853448361351d6b167b9e528c23cea8fdaa95ce28b65cc3a9114fbce",
2+
"checksum": "4991a9aa71efd82294bf1844c7f4e677fc0fdad5c5d280d67766a7edd824e45b",
33
"crates": {
44
"actix-codec 0.5.1": {
55
"name": "actix-codec",

0 commit comments

Comments
 (0)