Skip to content

Bump libsqlite3-sys from 0.24.2 to 0.27.0 in /crates/robbb_db #1341

Bump libsqlite3-sys from 0.24.2 to 0.27.0 in /crates/robbb_db

Bump libsqlite3-sys from 0.24.2 to 0.27.0 in /crates/robbb_db #1341

Workflow file for this run

on: [push, pull_request]
name: cargo fmt
jobs:
cargofmt:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v2
- run: cargo fmt -- --check