chore(backend-cpu): use stable lints in the CI

This commit is contained in:
Mayeul@Zama
2023-04-12 09:48:41 +02:00
committed by Quentin Bourgerie
parent a5c6c042dd
commit a211470dd4

View File

@@ -51,7 +51,7 @@ jobs:
- name: Lint
run: |
cd backends/concrete-cpu/implementation
cargo clippy --all-targets
cargo +stable clippy --all-targets
- name: Tests
run: |