Commits


Martin Grigorov authored and GitHub committed e6d18045b89
AVRO-3828: [Rust] Fix CI build warnings (#2434) * AVRO-3828: [Rust] Enable "RUSTFLAGS=-Dwarnings" for all Rust CI workflows Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3828: [Rust] Replace Github Action actions-rs with dtolnay/toolchain Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3828: [PHP] Replace usage of ::set-output with $GITHUB_OUTPUT See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3828: [Rust] Quote the versions of Rust in the CI matrix Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3828: [Rust] Use dtolnay/toolchain@nightly only Only '@nightly' is whitelisted by ASF Infra Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3828: Remove '--manifest-path ...'. defaults: run: working-directory: lang/rust now is taken into account! Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> --------- Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>