From 376830c8a6be56328cf1143f2ee5ffdda07373fe Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 7 Apr 2024 18:53:39 +0100 Subject: [PATCH] chore(dev-deps): Add assert2 dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1c0a8419..13a32c97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ terrors = "0.3" [dev-dependencies] # Testing +assert2 = "0.3" test-log = "0.2" anyhow = "1.0"