Skip to content

Commit 89ec430

Browse files
committed
Update clippy and fmt version
1 parent e897bbb commit 89ec430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/clippy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -x
88
set -o pipefail
99

1010
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
11+
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
1212
}
1313

1414
. ./scripts/cairo-native.env.sh && run_clippy -p katana --all-features

scripts/rust_fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if [ "$1" == "--fix" ]; then
88
shift
99
fi
1010

11-
cargo +nightly-2025-02-20 fmt $option --all -- "$@"
11+
cargo +nightly-2025-06-20 fmt $option --all -- "$@"

0 commit comments

Comments
 (0)