feat: upgrade crypto ecosystem to latest RustCrypto stack #1

Merged
breakingbread merged 7 commits from feat/upgrade-crypto-ecosystem into master 2026-07-01 11:52:12 +02:00
Showing only changes of commit e4ae0b8bfe - Show all commits
-2
View File
@@ -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 }}-