Skip to content

Add support for heapless 0.9 and heapless-bytes 0.5 #86

Add support for heapless 0.9 and heapless-bytes 0.5

Add support for heapless 0.9 and heapless-bytes 0.5 #86

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose