Skip to content

Commit

Permalink
Revert ci change
Browse files Browse the repository at this point in the history
  • Loading branch information
xinlifoobar committed Aug 29, 2024
1 parent 07312be commit 4eb7e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4eb7e6b

Please sign in to comment.