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

fix the CI: update bigdecimal and fix warnings #718

Closed

Conversation

kyoto7250
Copy link
Contributor

@kyoto7250 kyoto7250 commented Nov 2, 2023

PR Info

This PR has two fixes for CI.

update bigdecimal 0.4.1 -> 0.4.2

It seems that CI is failing due to bigdecimal being updated.
This PR updates the version of bigdecimal.

fix warnings

CI is failing due to linter's warnings.
This PR fixes the warnings.

links

bigdecimal

https://github.com/SeaQL/sea-query/actions/runs/6733436762/job/18302124467?pr=478

clippy

https://github.com/SeaQL/sea-query/actions/runs/6733586499/job/18302635348?pr=718

@kyoto7250 kyoto7250 changed the title update bigdecimal 0.4.1 -> 0.4.2 fix the CI: update bigdecimal and fix warnings Nov 2, 2023
bytes.iter().fold(String::new(), |mut output, b| {
let _ = write!(output, "{b:02X}");
output
})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kyoto7250 kyoto7250 marked this pull request as ready for review November 2, 2023 14:16
@kyoto7250 kyoto7250 mentioned this pull request Nov 2, 2023
3 tasks
tyt2y3 added a commit that referenced this pull request Dec 1, 2023
@tyt2y3
Copy link
Member

tyt2y3 commented Dec 1, 2023

Thank you for the PR. I cherry-picked these already.

@tyt2y3 tyt2y3 closed this Dec 1, 2023
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.

2 participants