Skip to content

Commit 9ce908c

Browse files
committed
Switch to packed_simd_2
1 parent 8e22db5 commit 9ce908c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ serde = { version = "1.0.103", features = ["derive"], optional = true }
6161

6262
[dependencies.packed_simd]
6363
# NOTE: so far no version works reliably due to dependence on unstable features
64-
version = "0.3"
65-
# git = "https://github.com/rust-lang-nursery/packed_simd"
64+
package = "packed_simd_2"
65+
version = "0.3.4"
6666
optional = true
6767
features = ["into_bits"]
6868

0 commit comments

Comments
 (0)