Skip to content

correct dep versions for -Z minimal-versions#200

Merged
wfraser merged 1 commit into
dropbox:masterfrom
wfraser:minimal-versions
Jul 8, 2026
Merged

correct dep versions for -Z minimal-versions#200
wfraser merged 1 commit into
dropbox:masterfrom
wfraser:minimal-versions

Conversation

@wfraser

@wfraser wfraser commented Jul 8, 2026

Copy link
Copy Markdown
Member

I made the versions as general as possible, only specifying specific versions where necessary to allow a cargo test --all-features to complete after running cargo update -Z minimal-versions.

Only chrono, serde_json, and threadpool needed extra tightening to avoid build failures with their semver minimal versions.

It will print a lot of warnings while building (around serde Deserialize impls) but everything works with minimal versions.

Checklist

General Contributing

  • I have read the Code of Conduct and signed the CLA.
  • I have added an entry to the RELEASE_NOTES.md file, or believe it's not necessary for this change.

Validation

see change description

I made the versions as general as possible, only specifying specific versions where necessary to allow a `cargo test --all-features` to complete after running `cargo update -Z minimal-versions`.

Only chrono, serde_json, and threadpool needed extra tightening to avoid
build failures with their semver minimal versions.

It will print a lot of warnings while building (around serde Deserialize
impls) but everything works with minimal versions.
@wfraser wfraser merged commit d438d1b into dropbox:master Jul 8, 2026
2 checks passed
@wfraser wfraser deleted the minimal-versions branch July 8, 2026 21:16
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