moonrepo / setup-rust

A maintained GitHub action for setting up Rust and Cargo.
84 stars 6 forks source link

Add toolchain file config #4

Closed Semptic closed 1 year ago

Semptic commented 1 year ago

This adds the possibility to add the path to the toolchain config file. This is needed if the rust project is in a different sub folder

Semptic commented 1 year ago

I just looked more through the code and this approach is not good because this is not handling caching properly