ci: freeze CI cargo version (#197)

This commit is contained in:
Louise Poole
2025-04-29 16:53:47 +02:00
committed by GitHub
parent 409cf15864
commit 0f5bbae78c

View File

@@ -29,8 +29,8 @@ jobs:
- name: Run checks - name: Run checks
run: | run: |
cd substreams cd substreams
cargo +nightly fmt -- --check cargo +nightly-2025-03-01 fmt -- --check
cargo +nightly clippy --all --all-features --all-targets -- -D warnings cargo +nightly-2025-03-01 clippy --all --all-features --all-targets -- -D warnings
test: test:
name: Substreams Test name: Substreams Test