Skip to content

Commit 87d16b6

Browse files
authored
no default features for http-types (#904)
1 parent 502ad1a commit 87d16b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = "1.0"
1919
chrono = "0.4"
2020
dyn-clone = "1.0"
2121
futures = "0.3"
22-
http-types = "2.12"
22+
http-types = { version = "2.12", default-features = false }
2323
log = "0.4"
2424
rand = "0.8"
2525
reqwest = { version = "0.11", features = [

0 commit comments

Comments
 (0)