Skip to content

Update xmas-elf requirement from 0.9 to 0.10 #107

Update xmas-elf requirement from 0.9 to 0.10

Update xmas-elf requirement from 0.9 to 0.10 #107

Workflow file for this run

name: test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --verbose