summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-09-06 10:55:46 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-09-08 10:31:42 -0500
commit7e96d1340ef080e7abc6d48f7882f333c4741f65 (patch)
tree14f3723ecadfbdee328cb76131db7268a55e3014
parent269a4076b29a714a820a4f4c30c41e242b62e1f4 (diff)
downloadlibrsvg-7e96d1340ef080e7abc6d48f7882f333c4741f65.tar.gz
install-rust-tools.sh: It's called clippy, not clippy-preview now
The latter still works, but let's use the new accepted name.
-rw-r--r--ci/install-rust-tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-rust-tools.sh b/ci/install-rust-tools.sh
index 87c77c1b..87318b5f 100644
--- a/ci/install-rust-tools.sh
+++ b/ci/install-rust-tools.sh
@@ -3,7 +3,7 @@ source ./ci/env.sh
set -eu
export CARGO_HOME='/usr/local/cargo'
-rustup component add clippy-preview
+rustup component add clippy
rustup component add rustfmt
# cargo install --force cargo-c
cargo install --version ^1.0 gitlab_clippy