Skip to content

Commit d3ca11b

Browse files
committed
Update to packed_simd_2 0.3.7
1 parent fa04c15 commit d3ca11b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6"
74+
version = "0.3.7"
7575
optional = true
7676
features = ["into_bits"]
7777

src/distributions/uniform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ mod tests {
14301430
#[test]
14311431
#[should_panic]
14321432
fn test_float_overflow() {
1433-
Uniform::from(::core::f64::MIN..::core::f64::MAX);
1433+
let _ = Uniform::from(::core::f64::MIN..::core::f64::MAX);
14341434
}
14351435

14361436
#[test]

0 commit comments

Comments
 (0)