-
Notifications
You must be signed in to change notification settings - Fork 9
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
Set MSRV, and up to 1.53 due to issues with net library #56
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
someday I hope to get the "ignore" feature implemented - I believe that is the only thing causing this build to fail.
@amy-keibler @bhamail I used the suggestion from: https://users.rust-lang.org/t/call-for-testing-unstable-cargo-support-for-rust-version/59386 so we are at least setup based on what looks like is coming |
There are issues with the net library prior to 1.53, and it is likely we use it, so this move is mostly a) let's just move up to MSRV of 1.53 to avoid a lengthy look at if we are totally affected.
This pull request makes the following changes:
1.53
in CircleCIrust-version = 1.53
inCargo.toml
Build failure fixed now that we can ignore a vulnerability (done in #57 )