Skip to content

chore: add version in config.toml.example #421

chore: add version in config.toml.example

chore: add version in config.toml.example #421

Workflow file for this run

name: Rust Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
name: Install rust toolchain
with:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
name: Add caching
- uses: actions-rs/cargo@v1
name: Build crate
with:
command: build
args: --verbose --all-features