Skip to content

Relax embassy-time dependency to allow both 0.3 and 0.4 #83

Relax embassy-time dependency to allow both 0.3 and 0.4

Relax embassy-time dependency to allow both 0.3 and 0.4 #83

Workflow file for this run

name: Check Rust
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install nightly
run: rustup toolchain add --component=rustfmt nightly
- name: Checks
run: ./ci.sh