Stay on 1.71.0 for nym-wallet until the clippy crash is resolved

This commit is contained in:
Jon Häggblad
2023-08-25 09:09:05 +02:00
parent decae2b54d
commit 188650ea05
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.71.0
override: true
components: rustfmt, clippy