Skip to content

Commit f4ab0f2

Browse files
Shnatselvstroebel
authored andcommitted
Switch simd feature back to opt-in, it can be flipped in a subsequent PR
1 parent 5cf7c83 commit f4ab0f2

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
@@ -12,7 +12,7 @@ repository = "https://github.com/vstroebel/jpeg-encoder"
1212
rust-version = "1.87"
1313

1414
[features]
15-
default = ["std", "simd"]
15+
default = ["std"]
1616
simd = ["std"]
1717
std = []
1818

0 commit comments

Comments
 (0)