Skip to content

build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 #56

build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3

build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 #56

Workflow file for this run

name: Check
on:
push:
branches:
- "**"
jobs:
build:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup rust toolchain
run: rustup toolchain install stable --profile minimal
- name: Setup rust cache
uses: Swatinem/rust-cache@v2
- name: Install cross
run: cargo check --release