Skip to content

Commit

Permalink
no default features for http-types (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart authored Jul 6, 2022
1 parent 502ad1a commit 87d16b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bytes = "1.0"
chrono = "0.4"
dyn-clone = "1.0"
futures = "0.3"
http-types = "2.12"
http-types = { version = "2.12", default-features = false }
log = "0.4"
rand = "0.8"
reqwest = { version = "0.11", features = [
Expand Down

0 comments on commit 87d16b6

Please sign in to comment.