Skip to content

Commit 85c9bc5

Browse files
committed
Fix tests on nightly
This basically requires fixing `packed_simd_2` by upgrading the minimal version.
1 parent 10764d8 commit 85c9bc5

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
@@ -71,7 +71,7 @@ rand_chacha = { path = "rand_chacha", version = "0.3.0", default-features = fals
7171
[dependencies.packed_simd]
7272
# NOTE: so far no version works reliably due to dependence on unstable features
7373
package = "packed_simd_2"
74-
version = "0.3.5"
74+
version = "0.3.6"
7575
optional = true
7676
features = ["into_bits"]
7777

0 commit comments

Comments
 (0)