Skip to content

Commit

Permalink
Merge pull request #1440 from dtolnay/indexmap
Browse files Browse the repository at this point in the history
Force indexmap std support
  • Loading branch information
dtolnay authored Apr 3, 2023
2 parents ac5f15d + f761f24 commit fe5e162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/syn"

[dependencies]
indexmap = { version = "1", features = ["serde-1"] }
indexmap = { version = "1", features = ["serde-1", "std"] }
semver = { version = "1", features = ["serde"] }
serde = { version = "1.0.88", features = ["derive"] }

Expand Down

0 comments on commit fe5e162

Please sign in to comment.