Skip to content

Commit

Permalink
remove nightly rand/simd_support feature when building nightly
Browse files Browse the repository at this point in the history
as its causing the nightly build to fail.

we'll remove it for now until rand is updated to support the latest SIMD support

[skip ci]
  • Loading branch information
jqnatividad committed Aug 7, 2023
1 parent 85cc715 commit 0a66fdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
19 changes: 1 addition & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ feature_capable = []
nightly = [
"regex/unstable",
"rand/nightly",
"rand/simd_support",
"pyo3/nightly",
"hashbrown/nightly",
]

0 comments on commit 0a66fdb

Please sign in to comment.