Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up Cargo.toml #43

Closed
wants to merge 3 commits into from
Closed

Tidy up Cargo.toml #43

wants to merge 3 commits into from

Conversation

DRiKE
Copy link
Collaborator

@DRiKE DRiKE commented Jan 9, 2024

This PR cleans up the Cargo.toml file, and sets the versions of the dependencies to their actual minimums for successful compilation.
Checked via cargo +nightly update -Z minimal-versions && cargo test --all-features .

@DRiKE DRiKE requested a review from density215 January 9, 2024 08:13
chrono = { version = "0.4.20", optional = true }
const-str = { version = "0.5", optional = true, features = ["case"] }
log = { version = "0.4.4", optional = true }
octseq = { version = "0.3.1", features = ["bytes"], optional = true }
Copy link
Member

Choose a reason for hiding this comment

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

Maybe swap option and features here (and also for tokio), so that optional is always first which, I think, is the more important information here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. Did that for the other PR which obsoletes this one.

@DRiKE
Copy link
Collaborator Author

DRiKE commented Jan 10, 2024

All of this PR is part of #44, and then some. Closing this one.

@DRiKE DRiKE closed this Jan 10, 2024
@DRiKE DRiKE deleted the tidy-up-cargo-toml branch January 10, 2024 13:35
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.

3 participants