From 3ded0e21661b44eab302d8280af54b33ce192d00 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sat, 5 Feb 2022 18:06:17 +0900 Subject: [PATCH] Add assert-json-diff to plume-common's dependencies --- plume-common/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 88889988..aadd464a 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -38,5 +38,6 @@ branch = "bidi-plume" [dev-dependencies] once_cell = "1.10.0" +assert-json-diff = "2.0.1" [features]