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 MSRV to 1.63.0 #331

Closed
wants to merge 4 commits into from
Closed

Bump MSRV to 1.63.0 #331

wants to merge 4 commits into from

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Jan 30, 2024

NOTE

This PR originally proposed bumping MSRV to 1.61.0.

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@justsmth justsmth requested a review from a team as a code owner January 30, 2024 13:46
@justsmth justsmth changed the title Bump MSRV to 1.61.0 Bump MSRV to 1.63.0 Jan 31, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cc9f7ee) 95.82% compared to head (bc1ad39) 95.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #331   +/-   ##
=======================================
  Coverage   95.82%   95.82%           
=======================================
  Files          62       62           
  Lines        8025     8025           
=======================================
  Hits         7690     7690           
  Misses        335      335           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


- name: Verify msrv
working-directory: ./aws-lc-rs
run: cargo msrv --log-level debug --log-target stdout verify -- cargo check --features bindgen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason this cant be build --all-features so its a bit more comprehensive?

Suggested change
run: cargo msrv --log-level debug --log-target stdout verify -- cargo check --features bindgen
run: cargo msrv --log-level debug --log-target stdout verify -- cargo build --all-features

@justsmth justsmth closed this Jan 31, 2024
@justsmth justsmth deleted the bump-msrv-1.61 branch August 28, 2024 17:05
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