)]}'
{
  "commit": "5118a8bccfbe93cdfe481bcd6fad131c5faf4d00",
  "tree": "76b39226739852a5b20ce17095947c9347a8d2b7",
  "parents": [
    "a4cf887a0317dde6ca8241134c2c248a951d4fe6"
  ],
  "author": {
    "name": "Liang-Chi Hsieh",
    "email": "viirya@gmail.com",
    "time": "Mon Jun 29 14:12:55 2026 +0800"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Mon Jun 29 14:12:55 2026 +0800"
  },
  "message": "Fix non-portable `find -iname` in verify-release-candidate.sh (#1613)\n\nThe SNAPSHOT check used `find -iname \u0027Cargo.toml\u0027` without a starting\npath. GNU find tolerates this, but BSD find (macOS) rejects it with\n`find: illegal option -- i`. The error makes the piped `xargs grep`\nreceive no input and return non-zero, so the `if` silently evaluates\nfalse and the SNAPSHOT check is skipped on macOS rather than running.\n\nAdd the explicit `.` starting path so the check works on both GNU and\nBSD find.\n\nCo-authored-by: Isaac",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9591e03358a64cb117fe1d67179fb632a0bfde87",
      "old_mode": 33261,
      "old_path": "dev/release/verify-release-candidate.sh",
      "new_id": "503e0de6703a080ac9cb9b265565a68413b52e62",
      "new_mode": 33261,
      "new_path": "dev/release/verify-release-candidate.sh"
    }
  ]
}
