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

Upgrade Rust Toolchain #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nathaniel-daniel
Copy link

I wanted to try to update this crate to a newer version of nom, but I realized that the raised msrvs of a lot of the dependencies of this crate made it fail to build/test.

This PR raises upgrades the toolchain to 1.63.0, which is what I believe the csv dependency now requires, which is pulled in for benchmarking via criterion. Ignoring dev-dependencies, the msrv would still need to be raised to at least 1.57.0 due to chrono.

I've also fixed the clippy issues that I saw in the saffron crate, but there may be more in the other crates. I can put that in a different PR if that's cleaner.

Also, I couldn't figure out how the CI is supposed to function, it tries to run commands at the repository root but there isn't a package there? Am I missing a workspace cargo config?

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