From 863b9e024c28075eb69609bf3f28d834a2e69532 Mon Sep 17 00:00:00 2001 From: Tpt Date: Thu, 17 Feb 2022 21:46:36 +0100 Subject: [PATCH] Fixes W3C testsuite reporting tool --- testsuite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index 1dfe66ae..e51a4807 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -13,7 +13,7 @@ publish = false [dependencies] anyhow = "1" -clap = "3" +clap = { version = "3", features = ["derive"] } time = { version = "0.3", features = ["formatting"] } oxigraph = { version = "0.3.0-beta.4", path="../lib" } text-diff = "0.4"