Skip to content

Cargo.toml: Relax tokio versioning (fix #114)#117

Merged
AlfioEmanueleFresta merged 2 commits into
masterfrom
tokio-versioning
Jun 12, 2025
Merged

Cargo.toml: Relax tokio versioning (fix #114)#117
AlfioEmanueleFresta merged 2 commits into
masterfrom
tokio-versioning

Conversation

@AlfioEmanueleFresta

@AlfioEmanueleFresta AlfioEmanueleFresta commented Jun 7, 2025

Copy link
Copy Markdown
Member

Relax tokio versioning as per #114.

Note that as per Cargo docs on dependency version requirements, specifying tokio 1.45 here allows for any 1.x versions greater than, or equal to 1.45.

We can lower this if necessary to also support older 1.x versions, but it would require testing first.

We would only need to update the version in Cargo.toml in case of major version (tokio 2.0) or if we introduce changes requiring a newer minor version.

@iinuwa iinuwa left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This works for me!

@AlfioEmanueleFresta AlfioEmanueleFresta merged commit 19e4945 into master Jun 12, 2025
4 checks passed
@AlfioEmanueleFresta AlfioEmanueleFresta deleted the tokio-versioning branch June 12, 2025 15:25
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