Skip to content

Commit 0445bde

Browse files
committed
Making Sync Feature the Default Feature
Making sync feature the default feature even though it is less performant to make the user experience simpler. See issue 176.
1 parent 3a0d09d commit 0445bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wasm-bindgen = "0.2"
2424
wasm-bindgen-futures = "0.4"
2525

2626
[features]
27-
default = ["isahc-static-curl"]
27+
default = ["isahc-static-curl", "sync"]
2828
isahc-static-curl = ["isahc/static-curl"]
2929
sync = []
3030

0 commit comments

Comments
 (0)