[librsvg: 3/10] install-rust-tools.sh: It's called clippy, not clippy-preview now
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 3/10] install-rust-tools.sh: It's called clippy, not clippy-preview now
- Date: Tue, 6 Sep 2022 19:38:46 +0000 (UTC)
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]