Skip to content

Commit 3281c83

Browse files
authored
Merge pull request #83 from atouchet/simd
Switch back to packed_simd dependency
2 parents ff36415 + b83e19d commit 3281c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runtime-dispatch-simd = []
2323
html_report = []
2424

2525
[dependencies]
26-
packed_simd = { version = "0.3.8", package = "packed_simd_2", optional = true }
26+
packed_simd = { version = "0.3.8", optional = true }
2727

2828
[dev-dependencies]
2929
quickcheck = "1.0"

0 commit comments

Comments
 (0)