Skip to content

Pin Cargo dependencies to exact latest versions#692

Merged
ryanfowler merged 1 commit into
mainfrom
pin-dependency-versions
Jun 2, 2026
Merged

Pin Cargo dependencies to exact latest versions#692
ryanfowler merged 1 commit into
mainfrom
pin-dependency-versions

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • Pin every direct dependency in Cargo.toml to an exact x.y.z version.
  • Refresh Cargo.lock to the latest Rust 1.96-compatible resolved set.
  • Keep feature flags and target-specific dependency sections unchanged.

Testing

  • cargo fmt
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo test --all-features

@ryanfowler ryanfowler enabled auto-merge June 2, 2026 05:55
@ryanfowler ryanfowler merged commit 29a17ae into main Jun 2, 2026
4 checks passed
@ryanfowler ryanfowler deleted the pin-dependency-versions branch June 2, 2026 05:58
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.

1 participant