Skip to content

Conversation

@joshrotenberg
Copy link
Collaborator

Quick fix to the prepare-release workflow. It was trying to update internal dependency versions but we use path dependencies in the workspace, not version dependencies. This was causing cargo update to fail.

…workflow

The workflow was trying to update redis-cloud and redis-enterprise
dependency versions, but these use path references in the workspace
and don't need version updates. This was causing cargo update to fail
because the new versions don't exist on crates.io yet.
@joshrotenberg joshrotenberg merged commit e99dcb0 into main Sep 7, 2025
14 checks passed
@joshrotenberg joshrotenberg deleted the fix/prepare-release-workflow branch September 7, 2025 19:26
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