[librsvg: 3/10] install-rust-tools.sh: It's called clippy, not clippy-preview now




commit 0da8ff61e7e4c3a366767d81804f4cfe886f80fc
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Sep 6 10:55:46 2022 -0500

    install-rust-tools.sh: It's called clippy, not clippy-preview now
    
    The latter still works, but let's use the new accepted name.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/741>

 ci/install-rust-tools.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ci/install-rust-tools.sh b/ci/install-rust-tools.sh
index 87c77c1b0..87318b5fe 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]