mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Remove pretty_assertions dependency
It was only used in two places. Rather than adding `use pretty_assertions::*` everywhere, it's easier to remove, and it removes two additional dependency crates.
This commit is contained in:
committed by
Floris Bruynooghe
parent
a1d57a2645
commit
e885857875
@@ -81,7 +81,6 @@ async-std = { version = "1", features = ["unstable", "attributes"] }
|
||||
criterion = "0.3"
|
||||
futures-lite = "1.12"
|
||||
log = "0.4"
|
||||
pretty_assertions = "1.0"
|
||||
pretty_env_logger = "0.4"
|
||||
proptest = { version = "1", default-features = false, features = ["std"] }
|
||||
tempfile = "3"
|
||||
|
||||
Reference in New Issue
Block a user