Test MSRV with --all-features

This commit is contained in:
Graham Esau 2024-08-24 17:27:04 +01:00
parent 0f6daccc0a
commit dc1245bbd8
2 changed files with 2 additions and 6 deletions

View file

@ -1,5 +1,5 @@
mod util;
use std::hash::RandomState;
use std::collections::hash_map::RandomState;
use indexmap2::{IndexMap, IndexSet};
use schemars::JsonSchema;