fix(core/models): use IndexMap for reactions

This commit is contained in:
Bob Bobs
2024-02-10 16:33:17 -07:00
committed by Paul Makles
parent e4b5a23f71
commit 226dbca6e0
3 changed files with 8 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ serde = { version = "1", features = ["derive"], optional = true }
iso8601-timestamp = { version = "0.2.11", features = ["schema", "bson"] }
# Spec Generation
schemars = { version = "0.8.8", optional = true }
schemars = { version = "0.8.8", optional = true, features = ["indexmap1"] }
# Validation
validator = { version = "0.16.0", optional = true, features = ["derive"] }