Skip to content

Bump toml from 0.8.12 to 0.8.13 #304

Bump toml from 0.8.12 to 0.8.13

Bump toml from 0.8.12 to 0.8.13 #304

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install --no-install-recommends -y libdbus-1-dev dbus
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose