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

Set MSRV, and up to 1.53 due to issues with net library #56

Merged
merged 8 commits into from
Aug 19, 2021
Merged

Conversation

DarthHater
Copy link
Member

@DarthHater DarthHater commented Aug 18, 2021

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:

  • Build using 1.53 in CircleCI
  • Set rust-version = 1.53 in Cargo.toml

Build failure fixed now that we can ignore a vulnerability (done in #57 )

Cargo.toml Outdated Show resolved Hide resolved
Copy link
Contributor

@bhamail bhamail left a 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.

Cargo.toml Outdated Show resolved Hide resolved
@DarthHater
Copy link
Member Author

@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

@DarthHater DarthHater merged commit 36813b5 into main Aug 19, 2021
@DarthHater DarthHater deleted the MSRV branch August 19, 2021 23:52
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.

3 participants