Skip to content

bump version to 1.6 #207

bump version to 1.6

bump version to 1.6 #207

Workflow file for this run

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