b506e3e28e
In a still-future edition, `unsafe_op_in_unsafe_fn` may error. Let's get ahead of that.
11 lines
171 B
TOML
11 lines
171 B
TOML
[package]
|
|
name = "test_helpers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies.proptest]
|
|
version = "0.10"
|
|
default-features = false
|
|
features = ["alloc"]
|