We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e897bbb commit 89ec430Copy full SHA for 89ec430
scripts/clippy.sh
@@ -8,7 +8,7 @@ set -x
8
set -o pipefail
9
10
run_clippy() {
11
- cargo +nightly-2025-02-20 clippy --all-targets "$@" -- -D warnings -D future-incompatible -D nonstandard-style -D rust-2018-idioms -D unused -D missing-debug-implementations
+ cargo +nightly-2025-06-20 clippy --all-targets "$@" -- -D warnings -D future-incompatible -D nonstandard-style -D rust-2018-idioms -D unused -D missing-debug-implementations
12
}
13
14
. ./scripts/cairo-native.env.sh && run_clippy -p katana --all-features
scripts/rust_fmt.sh
@@ -8,4 +8,4 @@ if [ "$1" == "--fix" ]; then
shift
fi
-cargo +nightly-2025-02-20 fmt $option --all -- "$@"
+cargo +nightly-2025-06-20 fmt $option --all -- "$@"
0 commit comments