filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries
Other
93 stars 136 forks source link

[DX Streamline] Do not hardcode the versions of tools in the CI #470

Open galargh opened 1 month ago

galargh commented 1 month ago

https://github.com/filecoin-project/filecoin-ffi/pull/464#discussion_r1677676342

E.g. the version of rust used in CI should be sourced from configuration files rather than hardcoded in the workflow definition.

vmx commented 1 month ago

To make things simpler, I propose reverting the rust-toolchain.toml file back to just a rust-toolchain file which contains the version only. This way CI can just cat file in order to get the version instead of having the need of parsing the TOML file.