Skip to content

Commit

Permalink
Update crates to digest v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 30, 2021
1 parent f6a0efd commit 34553de
Show file tree
Hide file tree
Showing 149 changed files with 4,454 additions and 6,677 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: ripemd160
name: ripemd

on:
pull_request:
paths:
- "ripemd160/**"
- "ripemd/**"
- "Cargo.*"
push:
branches: master

defaults:
run:
working-directory: ripemd160
working-directory: ripemd

env:
CARGO_INCREMENTAL: 0
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/ripemd320.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
- run: cargo install cross
- name: Install precompiled cross
run: |
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')
wget -O /tmp/binaries.tar.gz $URL
tar -C /tmp -xzf /tmp/binaries.tar.gz
mv /tmp/cross ~/.cargo/bin
- run: cross test --target ${{ matrix.target }} --release
- run: cross test --target ${{ matrix.target }} --release --features asm
2 changes: 0 additions & 2 deletions .github/workflows/whirlpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ jobs:
- run: cargo check --all-features
- run: cargo test --no-default-features
- run: cargo test
- run: cargo test --features asm
- run: cargo test --all-features
119 changes: 50 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 34553de

Please sign in to comment.