Skip to content

Conversation

@rileyseaburg
Copy link
Contributor

Summary

Update Cargo.lock dependencies to force CircleCI cache invalidation and trigger a fresh Rust build.

Problem

The previous cache bust (v2 → v3) didn't work because the cache key uses {{ checksum "ext/widget_renderer/Cargo.lock" }} and that file hadn't changed. The checksum was the same, so CircleCI restored the old cached library.

Solution

Run cargo update to update dependencies to latest versions, which changes Cargo.lock and invalidates the cache.

Updated dependencies

  • itoa 1.0.15 → 1.0.16
  • libc 0.2.177 → 0.2.178
  • ryu 1.0.20 → 1.0.21
  • serde_json 1.0.145 → 1.0.146
  • syn 2.0.110 → 2.0.111

The cache key uses Cargo.lock checksum, so we need to change the file
to invalidate the cache. Updated dependencies to latest versions.
Copilot AI review requested due to automatic review settings December 22, 2025 18:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rileyseaburg rileyseaburg merged commit d599a61 into production Dec 22, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants