mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
Disable unnecessary proptest features
This commit is contained in:
committed by
Floris Bruynooghe
parent
a28aecd4d1
commit
a1d57a2645
@@ -83,7 +83,7 @@ futures-lite = "1.12"
|
||||
log = "0.4"
|
||||
pretty_assertions = "1.0"
|
||||
pretty_env_logger = "0.4"
|
||||
proptest = "1"
|
||||
proptest = { version = "1", default-features = false, features = ["std"] }
|
||||
tempfile = "3"
|
||||
|
||||
[workspace]
|
||||
|
||||
Reference in New Issue
Block a user