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

Update Cargo.lock & apply clippy suggestions #1046

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

amaanq
Copy link

@amaanq amaanq commented Nov 28, 2022

The Cargo.lock update was mainly to fix a bug when compiling on some Linux distros where OpenSSL was bumped to OpenSSL 3.

The clippy suggestions are a variety of fixes detected by cargo clippy, although I did not apply the ones to suggest using assert! instead of assert_eq! for some variable true/false cases, mainly because that's an opinionated choice on what feels clearer.

Thanks for the awesome software!

  • Amaan

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