Skip to content

Commit

Permalink
Merge branch 'master' into serde
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Oct 25, 2023
2 parents 3cbdd45 + 636db2b commit b3c49f6
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 @@ -12,8 +12,8 @@ categories = ["data-structures", "caching"]

[dependencies]
stable_deref_trait = "1.1.1"
indexmap = { version = "1.6", optional = true }
serde = { version = "1.0.171", features = ["derive"], optional = true }
indexmap = { version = "2.0.2", optional = true }

[package.metadata.docs.rs]
features = ["indexmap"]
Expand Down

0 comments on commit b3c49f6

Please sign in to comment.