Skip to content

Bump indexmap from 2.1.0 to 2.2.2 #34

Bump indexmap from 2.1.0 to 2.2.2

Bump indexmap from 2.1.0 to 2.2.2 #34

Workflow file for this run

on: [push]
name: CI
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1