Commits


Andrew Lamb authored and Jorge C. Leitao committed 970fc21f6f8
ARROW-10929: [Rust] Change CI to use Stable Rust This is a cherry-pick of https://github.com/jorgecarleitao/arrow/commit/ca66d6d945e265dd2c83464bd80ff1dd7d231f7c by @jorgecarleitao It runs all tests except the simd using `stable` -- The SIMD feature still require nightly rust, but the default features do not (after https://github.com/apache/arrow/pull/8698) Update: It also silences a few clippy lints which start complaining on stable -- I'll comment inline Closes #8930 from alamb/ARROW-10929-stable-ci Lead-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>