)]}'
{
  "commit": "bd492e11fd62eb61e5d1af0c0674e9d8475bd6e4",
  "tree": "880276cca330eb3c8aeca22561ed5bc290e59771",
  "parents": [
    "bcab4abb7e05b2a0dceb83df39ab644ce85a15a9"
  ],
  "author": {
    "name": "Sam Goldman",
    "email": "samgoldman@fb.com",
    "time": "Wed Jun 17 12:17:55 2026 -0700"
  },
  "committer": {
    "name": "Sam Goldman",
    "email": "samgoldman@fb.com",
    "time": "Thu Jun 18 16:06:30 2026 -0700"
  },
  "message": "Retry extension Cargo dependency fetch\n\nThe extension workflows build Pyrefly before packaging or testing the VS Code extension. A branch run hit a transient crates.io connection reset inside the actions-rust-cross cargo build step while fetching serde, which bypassed the retry wrapper because the fetch happened inside the third-party build action.\n\nFetch the Pyrefly Cargo dependencies explicitly through the local retry-command action before either the cross-compile action or native cargo build runs. For cross targets, include the matrix target in cargo fetch so target-specific dependencies are covered. This keeps the existing Rust cache useful on warm runs and gives cold or invalidated caches retry coverage before the expensive build step.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "13d4c9d48fa3a46a9765f56e59ca35f5d0f23d93",
      "old_mode": 33188,
      "old_path": ".github/workflows/build_extension.yml",
      "new_id": "99f7b30bb477f49367b9dd429d17f943011e26be",
      "new_mode": 33188,
      "new_path": ".github/workflows/build_extension.yml"
    }
  ]
}
