Skip to content

Support raw mqtt config from new ctor #27

Support raw mqtt config from new ctor

Support raw mqtt config from new ctor #27

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: |
cargo build