Skip to content

Commit 0186c62

Browse files
authored
Merge pull request #225 from HadrienG2/no-proptest-handle-panics
Don't enable proptest's handle-panics feature, we have a better panic…
2 parents a6c32cd + a73b3b8 commit 0186c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["hwloc", "locality", "cache", "numa", "hardware"]
1111
categories = ["concurrency", "external-ffi-bindings", "hardware-support", "memory-management", "os"]
1212

1313
[workspace.dependencies]
14-
proptest = { version = "1.6", default-features = false, features = ["handle-panics", "std"] }
14+
proptest = { version = "1.6", default-features = false, features = ["std"] }
1515
libc = "0.2"
1616
static_assertions = "1.1"
1717
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_System_Threading"] }

0 commit comments

Comments
 (0)