feat: upgrade crypto ecosystem to latest RustCrypto stack #1
@@ -37,7 +37,6 @@ jobs:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
target
|
||||
key: clippy-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: clippy-
|
||||
- name: Run cargo clippy
|
||||
@@ -77,7 +76,6 @@ jobs:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
target
|
||||
key: test-${{ matrix.toolchain }}-${{ matrix.backend_feature }}-${{ matrix.frontend_feature }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
test-${{ matrix.toolchain }}-${{ matrix.backend_feature }}-${{ matrix.frontend_feature }}-
|
||||
|
||||
Reference in New Issue
Block a user