Skip to content

Bump indexmap from 2.4.0 to 2.5.0 #76

Bump indexmap from 2.4.0 to 2.5.0

Bump indexmap from 2.4.0 to 2.5.0 #76

Workflow file for this run

name: CI
on:
push:
pull_request:
env:
RUST_BACKTRACE: 1
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- uses: Swatinem/rust-cache@v2
- run: cargo test