Skip to content

Commit

Permalink
Enable 'std' 'indexmap' feature.
Browse files Browse the repository at this point in the history
Fixes #1548.
  • Loading branch information
yungkneez authored and jebrosen committed Apr 17, 2021
1 parent 40f155f commit 93e88b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ smallvec = "1.0"
percent-encoding = "1"
hyper = { version = "0.10.13", default-features = false }
time = "0.1"
indexmap = "1.0"
indexmap = { version = "1.5.2", features = ["std"] }
rustls = { version = "0.14", optional = true }
state = "0.4"
cookie = { version = "0.11.3", features = ["percent-encode"] }
Expand Down

0 comments on commit 93e88b0

Please sign in to comment.