checkpoint-restore / criu-image-streamer

Enables streaming of images to and from CRIU during checkpoint/restore with low overhead
86 stars 12 forks source link

ci: enable clippy check #11

Closed rst0git closed 2 years ago

rst0git commented 2 years ago

This pull request updates the prost dependency from 0.6 to 0.9 and suppresses the clippy the warnings for code that is auto-generated by prost.

adrianreber commented 2 years ago

I am using dependabot on my rust projects to automatically update all dependencies.

rst0git commented 2 years ago

Thanks Adrian, I see that this is enabled in mirrorlist-server. We might need to enable CI testing for criu-image-streamer before we add automatic update for dependencies.

nviennot commented 2 years ago

Merged! Thank you :)