Skip to content

Commit 34553de

Browse files
committed
Update crates to digest v0.10
1 parent f6a0efd commit 34553de

File tree

149 files changed

+4454
-6677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+4454
-6677
lines changed

.github/workflows/ripemd160.yml renamed to .github/workflows/ripemd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: ripemd160
1+
name: ripemd
22

33
on:
44
pull_request:
55
paths:
6-
- "ripemd160/**"
6+
- "ripemd/**"
77
- "Cargo.*"
88
push:
99
branches: master
1010

1111
defaults:
1212
run:
13-
working-directory: ripemd160
13+
working-directory: ripemd
1414

1515
env:
1616
CARGO_INCREMENTAL: 0

.github/workflows/ripemd320.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/sha2.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ jobs:
136136
toolchain: ${{ matrix.rust }}
137137
target: ${{ matrix.target }}
138138
override: true
139-
- run: cargo install cross
139+
- name: Install precompiled cross
140+
run: |
141+
export URL=$(curl -s https://api.github.com/repos/rust-embedded/cross/releases/latest | jq -r '.assets[] | select(.name | contains("x86_64-unknown-linux-gnu.tar.gz")) | .browser_download_url')
142+
wget -O /tmp/binaries.tar.gz $URL
143+
tar -C /tmp -xzf /tmp/binaries.tar.gz
144+
mv /tmp/cross ~/.cargo/bin
140145
- run: cross test --target ${{ matrix.target }} --release
141146
- run: cross test --target ${{ matrix.target }} --release --features asm

.github/workflows/whirlpool.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,3 @@ jobs:
5454
- run: cargo check --all-features
5555
- run: cargo test --no-default-features
5656
- run: cargo test
57-
- run: cargo test --features asm
58-
- run: cargo test --all-features

Cargo.lock

Lines changed: 50 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)