Skip to content

Commit 5ca4ce1

Browse files
bors[bot]sccalabr
andauthored
Merge #179
179: Making Sync Feature the Default Feature r=curquiza a=sccalabr Making sync feature the default feature even though it is less performant to make the user experience simpler. See issue #176. Setting default feature doc: https://doc.rust-lang.org/cargo/reference/features.html#the-features-section Co-authored-by: sccalabr <[email protected]>
2 parents 3a0d09d + 0445bde commit 5ca4ce1

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)