diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2f4b9eae59a2..809f3acd8374 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -569,9 +569,9 @@ jobs: # # To reproduce: # 1. Install the version of Rust that is failing. Example: - # rustup install 1.80.0 + # rustup install 1.76.0 # 2. Run the command that failed with that version. Example: - # cargo +1.80.0 check -p datafusion + # cargo +1.76.0 check -p datafusion # # To resolve, either: # 1. Change your code to use older Rust features,