Skip to content

Commit

Permalink
update bin/lint-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Dec 19, 2024
1 parent 7dbcb6c commit d5c81ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lint-versions
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#
# lint-versions - Check rust version

grep "rust-version = " Cargo.toml | grep -q "1\.80\.1" || \
grep "rust-version = " Cargo.toml | grep -q "1\.83\.0" || \
(echo "Please validate new Rust versions for compilation time performance regressions or ask Team Testing to do so. Afterwards change the tested version in bin/lint-versions" && exit 1)

0 comments on commit d5c81ad

Please sign in to comment.