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

Increase minimum Rust version to 1.39.0 #895

Merged
merged 1 commit into from
Dec 23, 2019

Conversation

samford
Copy link
Contributor

@samford samford commented Dec 22, 2019

It will be necessary to increase the minimum version of Rust used in CI to 1.39.0 to accommodate upcoming changes that use async/await. We've already encountered a build issue in #892, due to a dependency requiring a newer version of Rust than linux-1.35 was using (1.36.0).

async/await will be used in upcoming changes, so we need to bump the
minimum Rust version to 1.39.0 to use it.
@samford samford mentioned this pull request Dec 22, 2019
@Keats Keats merged commit c0ab32c into getzola:next Dec 23, 2019
@Keats
Copy link
Collaborator

Keats commented Dec 23, 2019

Thanks!

@samford samford deleted the increase-rust-version branch December 23, 2019 13:24
Keats pushed a commit that referenced this pull request Feb 3, 2020
async/await will be used in upcoming changes, so we need to bump the
minimum Rust version to 1.39.0 to use it.
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