aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.83k stars 89 forks source link

cargo update #502

Closed dmah42 closed 1 month ago

dmah42 commented 1 month ago

a regular ( lol ) bump of dependencies

dmah42 commented 1 month ago

build-container and build are using different rust versions so different clippy options are included. trying to decide what to do between:

  1. remove build container entirely
  2. set some required rust/clippy version and hope github actions have it
  3. wait
dmah42 commented 1 month ago

went with option 2, setting up a rust toolchain.