Skip to content

Commit

Permalink
Merge pull request #1216 from rust-random/work5
Browse files Browse the repository at this point in the history
Update to packed_simd_2 0.3.7
  • Loading branch information
vks committed Feb 8, 2022
2 parents fa04c15 + d3ca11b commit a407bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -71,7 +71,7 @@ rand_chacha = { path = "rand_chacha", version = "0.3.0", default-features = fals
[dependencies.packed_simd]
# NOTE: so far no version works reliably due to dependence on unstable features
package = "packed_simd_2"
version = "0.3.6"
version = "0.3.7"
optional = true
features = ["into_bits"]

Expand Down
2 changes: 1 addition & 1 deletion src/distributions/uniform.rs
Expand Up @@ -1430,7 +1430,7 @@ mod tests {
#[test]
#[should_panic]
fn test_float_overflow() {
Uniform::from(::core::f64::MIN..::core::f64::MAX);
let _ = Uniform::from(::core::f64::MIN..::core::f64::MAX);
}

#[test]
Expand Down

0 comments on commit a407bdf

Please sign in to comment.