Skip to content

Commit 78ac3f2

Browse files
authored
Merge pull request #1176 from vks/fix-nightly
Fix tests on nightly
2 parents cf00e37 + 85c9bc5 commit 78ac3f2

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)