Skip to content

build(deps): update qrcode requirement from 0.12 to 0.14 #70

build(deps): update qrcode requirement from 0.12 to 0.14

build(deps): update qrcode requirement from 0.12 to 0.14 #70

Workflow file for this run

name: no-std
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
no-std:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: thumbv6m-none-eabi
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --target thumbv6m-none-eabi --no-default-features