Skip to content

chore(deps): bump ed25519-dalek from 2.2.0 to 3.0.0 #45

chore(deps): bump ed25519-dalek from 2.2.0 to 3.0.0

chore(deps): bump ed25519-dalek from 2.2.0 to 3.0.0 #45

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Test
run: cargo test --all-features
- name: Dependency policy
uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check licenses sources advisories