Skip to content

Bump indexmap from 1.6.0 to 2.0.2 #12

Bump indexmap from 1.6.0 to 2.0.2

Bump indexmap from 1.6.0 to 2.0.2 #12

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