btleplug 0.6.0

A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT library.
Documentation
trigger:
  branches:
    include: ['*']
  tags:
    include: ['*']

jobs:
 - template: build/default.yml
   parameters:
     # Turn off feature checking since this is a workspace
     check_all_features: false
     check_no_features: false
     # cross: true
     minrust: false

resources:
  repositories:
    - repository: templates
      type: github
      name: crate-ci/azure-pipelines
      ref: refs/heads/master
      endpoint: qdot