Skip to content

Commit

Permalink
Reunify workspace; disable ring-compat doctests (#442)
Browse files Browse the repository at this point in the history
Reverts the changes from #433 that split the `ed25519` crate out into
its own namespace.

Instead, temporarily disables the `ring-compat` dependency and doctests
in the `ed25519` crate until it's updated to the latest version of the
`signature` crate.

Fixes #440
  • Loading branch information
tarcieri committed Jan 19, 2022
1 parent 648bc06 commit 392be55
Show file tree
Hide file tree
Showing 7 changed files with 253 additions and 666 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ jobs:
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/audit-check@v1
working-directory: ed25519
with:
token: ${{ secrets.GITHUB_TOKEN }}
7 changes: 0 additions & 7 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
with:
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1
working-directory: ed25519
with:
command: fmt
args: --all -- --check

clippy:
runs-on: ubuntu-latest
Expand All @@ -44,5 +39,3 @@ jobs:
override: true
profile: minimal
- run: cargo clippy --all-features -- -D warnings
- run: cargo clippy --all-features -- -D warnings
working-directory: ed25519
Loading

0 comments on commit 392be55

Please sign in to comment.