erikgrinaker / toydb

Distributed SQL database in Rust, written as a learning project
Apache License 2.0
5.99k stars 555 forks source link

upgrade rust-image to 1.66-slim #52

Closed zll600 closed 11 months ago

zll600 commented 1 year ago

Upgrading rust image and alpine image may be helpful.

erikgrinaker commented 1 year ago

Thanks! We'll need to update .drone.yml too. However, this causes a number of linter failures that will also have to be addressed before we can use Rust 1.66, see cargo clippy --tests -- -D warnings.

zll600 commented 1 year ago

Thanks! We'll need to update .drone.yml too. However, this causes a number of linter failures that will also have to be addressed before we can use Rust 1.66, see cargo clippy --tests -- -D warnings.

Sorry, I'm a rust newbie. I will try my best to fix these problems later. Thank you for your review.

erikgrinaker commented 11 months ago

Upgraded to 1.71.