Skip to content

update deps, MSRV 1.70 #170

update deps, MSRV 1.70

update deps, MSRV 1.70 #170

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- name: check MSRV
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private
- name: Build release
run: cargo build --verbose --release
- name: Run tests
run: cargo test --bin rsbkb --verbose --release
- uses: actions/upload-artifact@v3
with:
name: rsbkb-linux64-${{ github.sha }}
path: target/release/rsbkb