From 1dbf02d8c1955316c6cc43a427f506b91c87ef3a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 18 Aug 2022 17:36:06 +0200 Subject: Add `pretty_assertions` to tests for diffs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d801846..4fe5a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ log = "0.4" [dev-dependencies] env_logger = "0.9" criterion = "0.3" +pretty_assertions = "1.2" [build-dependencies] regex = "1.5" -- cgit