Benjamin-Philip opened a new issue, #107: URL: https://github.com/apache/arrow-erlang/issues/107
### Describe the task requested The github action at dtolnay/rust-toolchin doesn't follow a standard release process. Releases are not tagged, with multiple branches being maintained for each version of Rust. We have also seen stable commits being deleted/merged/amended/?, making it impossible to pin to a commit SHA. This was the cause of the failed dependabot run here: https://github.com/apache/arrow-erlang/actions/runs/29599225367/job/87947038961 The arrow-rs project uses the pre-installed rustup that comes in Github Actions runners to setup rust. Together with a `rust-toolchain.toml` this can be a simpler and effective alternative. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
