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 dependencies and fix new warnings #166

Merged
merged 2 commits into from
May 27, 2024
Merged

Update dependencies and fix new warnings #166

merged 2 commits into from
May 27, 2024

Conversation

malor
Copy link
Member

@malor malor commented May 26, 2024

  • We don't call delete() and update() outside of tests, which technically makes the two "dead" code

  • clone_from() is a bit opinionated, but it basically allows to have a clever Clone implementation that avoids memory allocations. See https://rust-lang.github.io/rust-clippy/master/index.html#/assigning_clones

  • ikalnytskyi/action-setup-postgres@v1 no longer works on Mac OS images

malor added 2 commits May 26, 2024 18:42
* We don't call delete() and update() outside of tests, which technically
makes the two "dead" code

* clone_from() is a bit opinionated, but it basically allows to have
a clever Clone implementation that avoids memory allocations. See
https://rust-lang.github.io/rust-clippy/master/index.html#/assigning_clones
It looks like v1 no longer works on Mac OS images.
@malor malor requested a review from ikalnytskyi May 26, 2024 18:03
@malor malor merged commit 533dfb5 into master May 27, 2024
7 checks passed
@malor malor deleted the deps-and-warnings branch May 27, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants