"components/metrics/src/bin/mock_worker.rs" did not exist on "2fd6592f2d080a571b84f48c69bee9c23e4c9cc9"
  1. 09 Apr, 2025 1 commit
  2. 04 Apr, 2025 1 commit
    • Graham King's avatar
      chore: Upgrade Rust to 1.86 (#518) · e99aa1e1
      Graham King authored
      Also upgrade the cargo resolver to v3, the default.
      
      New clippy lints:
      - `next_back()` instead of `last()` for a double-ended iterator. That avoids walking the whole list.
      - ` repeat_n` instead of `repeat.take`. That avoids cloning.
      - Doc indenting
      e99aa1e1
  3. 13 Mar, 2025 1 commit
  4. 11 Mar, 2025 1 commit
  5. 07 Feb, 2025 1 commit
  6. 05 Feb, 2025 2 commits