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

Bump minimum supported version to Rust 1.34.0 #62

Merged
merged 1 commit into from
Dec 8, 2020
Merged

Conversation

gendx
Copy link
Owner

@gendx gendx commented Dec 8, 2020

Pull Request Overview

This pull request bumps the minimum supported version from Rust 1.32.0 to 1.34.0. As evidenced by https://travis-ci.org/github/gendx/lzma-rs/builds/747669302, some of the fuzzing dependencies relies on str::split_ascii_whitespace, which was stabilized in version 1.34.0, on 2019-04-11.

Testing Strategy

This pull request was tested by Travis-CI.

Supporting Documentation and References

See https://doc.rust-lang.org/std/primitive.str.html#method.split_ascii_whitespace.

TODO or Help Wanted

N/A

@gendx gendx merged commit fa63dbd into master Dec 8, 2020
@gendx gendx deleted the bump-msv-1.34 branch December 8, 2020 22:53
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