Skip to content

Commit

Permalink
Make IndexMap have explicit serde support
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rn0s committed Oct 10, 2024
1 parent 4d2814d commit a2d2803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
indexmap = "2.6.0"
indexmap = { version = "2.6.0", features = ["serde"] }
thiserror = "1.0"
rand = "0.8"
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit a2d2803

Please sign in to comment.