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

chore: add minumum supported rust version #475

Merged
merged 2 commits into from
Mar 11, 2020
Merged

Conversation

tublitzed
Copy link
Contributor

Description

To help us avoid future issues with folks using the wrong rust version, I'm adding this field into our cargo.toml.

Testing

Well...the main thing to review is: did I get the version right? :) I picked 1.39.0 given that I at least know for sure that we're depending on async/await which was introduced then. Anything that rolled into Rust stable afterwards we're requiring?

Issue(s)

Closes #424.

@tublitzed tublitzed requested a review from a team March 10, 2020 21:46
@jrconlin
Copy link
Member

1.39 should be good. 1.40 has a bunch of fixes, but I don't believe we're impacted by any of them.

Local build --all-targets & tests ran without error under 1.39.

@pjenvey pjenvey merged commit 73b486c into master Mar 11, 2020
@pjenvey pjenvey deleted the task/add-rust-msrv branch March 11, 2020 01:08
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.

Add minumum supported Rust version to cargo.toml
3 participants